mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-24 18:36:15 +08:00
11 lines
375 B
PHP
11 lines
375 B
PHP
if (typeof wx === 'object') {
|
|
wx.openid = '{$fansinfo.openid|default=""}';
|
|
wx.unionid = '{$fansinfo.unionid|default=""}';
|
|
wx.fansinfo = eval('{$fansinfo|default=[]|json_encode=###,256|raw}');
|
|
wx.config(eval('{$jssdk|default=[]|json_encode=###,256|raw}'));
|
|
wx.ready(function () {
|
|
wx.hideOptionMenu();
|
|
wx.hideAllNonBaseMenuItem();
|
|
});
|
|
}
|