Commit 873d9d9357e2914da1c251ce2e091fd8841a7c72
1 parent
f34e3334
打日志
Showing
3 changed files
with
6 additions
and
0 deletions
app.js
... | ... | @@ -81,6 +81,8 @@ App({ |
81 | 81 | // params.login_id = wx.getStorageSync('login_id') || '' // 可将登录id缓存下来,方便下次进入小程序直接获取 |
82 | 82 | // plugin.setConfig(pluginGD) |
83 | 83 | if(option) this.globalData.scene=option.scene; |
84 | + console.log(option,'登陆场景'); | |
85 | + | |
84 | 86 | wx.hideTabBar(); |
85 | 87 | this.initExt(); |
86 | 88 | // this.overShare() | ... | ... |
utils/pay.js