小程序
小游戏
企业微信
微信支付
扫描小程序码分享
一个登录的操作,想修改本地的用户组,用户组信息是在app.js里面写的,默认值为0。
然后点击查询当前用户组,可以正常显示0。下方监测页面,有一项amount显示为0。
在登录过程中,如果成功了,会把usergroupthis赋值给app.globalData.usergroup,应该是2。
然后再返回首页,查询当前用户组之后,只能显示amount的页面默认值-1,甚至在监测页面都没有amount这一项了。
想问一下这是怎么回事,怎么解决?
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
下面的少了data(比如this.userpwdget应为this.data.userpwdget),另外有几个地方应该用that代替this if (this.userpwdget == this.userpwdinput) { console.log('密码正确') app.globalData.usergroup = this.usergroupthis //wx.redirectTo({ // url: '../index/index', //}) }
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
你页面是不是这么写的?
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
下面的少了data(比如this.userpwdget应为this.data.userpwdget),另外有几个地方应该用that代替this if (this.userpwdget == this.userpwdinput) { console.log('密码正确') app.globalData.usergroup = this.usergroupthis //wx.redirectTo({ // url: '../index/index', //}) }
你页面是不是这么写的?