- wx.scancode 回调到的result 无法使用if判断?
[图片]getscancode:function(){ var that=this db.collection("Ringscancode").where({admincompany:that.data.usercompany}).get({ success:function(res){ if(res.data.length>0){ console.log("Ringscancodedata",res.data) var code=res.data[0].code wx.scanCode({ onlyFromCamera: true, success (re) { let getcode=re.result console.log('getcode',re.result) console.log("code",code ) if( getcode==code ){ db.collection("usersRing").where({ today: util.formatDate(new Date()), _openid: that.data.openid }).get({ success: function (res) { console.log("查询有无打卡数据", res) if(res.data.length==0){ db.collection("usersRing").add({ data: { usernickName: that.data.usernickName, usercompany: that.data.usercompany, username: that.data.username, today: util.formatDate(new Date()), MRinguptime: new Date(0), MRingdowntime: new Date(0), ARinguptime: new Date(0), ARingdowntime: new Date(0), ERinguptime: new Date(0), ERingdowntime: new Date(0), URinguptime: new Date(0), URingdowntime: new Date(0) }, success: res =>{ wx.navigateTo({ url: '../userpage1-1/userpage1-1', }) ,console.log("创建数据成功", res) }, fail: err => { wx.showToast({ title: '程序出错', icon: '', }) } }) } else { console.log("直接跳转") wx.navigateTo({ url: '../userpage1-1/userpage1-1', }) } } }) }else{ wx.showToast({ title: '无效二维码', icon:"none" }) } } }) }else{ console.log("Ringscancodedata",res.data) wx.showToast({ title: '管理员未开启此功能', icon:"none", }) } }, }) }, code 和 getcode打印出来的是一样的,就是执行函数后不执行if(code==getcode)后的语句 打印code==getcode是false
2020-05-04 - 还没审核,等待中,希望能早日通过?
请求审核,等待中
2020-05-01 - wx.scancode返回值不执行判断语句?已经返回结果了
getscancode:function(){ var that=this db.collection("Ringscancode").where({admincompany:that.data.usercompany}).get({ success:function(res){ if(res.data.length>0){ console.log("Ringscancodedata",res.data) var code=res.data[0].code wx.scanCode({ onlyFromCamera: true, success (re) { let getcode=re.result console.log('getcode',re.result) console.log("code",code ) if( getcode==code ){ db.collection("usersRing").where({ today: util.formatDate(new Date()), _openid: that.data.openid }).get({ success: function (res) { console.log("查询有无打卡数据", res) if(res.data.length==0){ db.collection("usersRing").add({ data: { usernickName: that.data.usernickName, usercompany: that.data.usercompany, username: that.data.username, today: util.formatDate(new Date()), MRinguptime: new Date(0), MRingdowntime: new Date(0), ARinguptime: new Date(0), ARingdowntime: new Date(0), ERinguptime: new Date(0), ERingdowntime: new Date(0), URinguptime: new Date(0), URingdowntime: new Date(0) }, success: res =>{ wx.navigateTo({ url: '../userpage1-1/userpage1-1', }) ,console.log("创建数据成功", res) }, fail: err => { wx.showToast({ title: '程序出错', icon: '', }) } }) } else { console.log("直接跳转") wx.navigateTo({ url: '../userpage1-1/userpage1-1', }) } } }) }else{ wx.showToast({ title: '无效二维码', icon:"none" }) } } }) }else{ console.log("Ringscancodedata",res.data) wx.showToast({ title: '管理员未开启此功能', icon:"none", }) } }, }) }, code 和 getcode打印出来的是一样的,就是执行函数后不执行if(code==getcode)后的语句
2020-05-01 - 为什么小程序发布好几天了搜索里搜索不到?
我的小程序发布好几天了,不知道为啥搜索栏里搜索不到,请教大神。。
2020-04-30 - 注册页面去除身份证输入框,但是留下姓名(使用必须有)输入框,会通过审核吗?
您好! 我去除了注册页面去除身份证输入框,但是留下姓名(使用必须有)输入框,会通过审核吗?已经提交了,但是突然想起这个问题,如果不能就重新提交,避免无效的等待
2020-04-26 - 审核团队您好,今天凌晨提交了修复bug的审核申请,?一直没通过,,提供了开发者登录opeid,
有时间帮忙看看,谢谢!
2020-04-26