@extends('admin/public/layout') @section('title')小程序配置@endsection @section('content') 小程序配置 开启小程序 (开启后首页会显示小程序二维码) get('weapp_open','0') == 1) checked @endif > 开启 get('weapp_open','0') != 1) checked @endif > 关闭 AppId (小程序ID) AppSecret (小程序秘钥) 小程序码 (推荐上传8cm边长的小程序码) @if(Setting()->get('weapp_qrcode_image')) @endif 首页小程序solgan (提示用户扫描的话语) @endsection @section('script') @endsection