mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
11 lines
379 B
PHP
11 lines
379 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();
|
|
});
|
|
}
|