- 《微短剧”小程序”信息登记表》(excel文件)【2-人员信息】#人员附件名称址错误?
[图片] [图片] 请问具体要怎么填写
09-20 - redirect uri域名与后台配置不一致,错误码:10003 PC端没有问题,手机端打开就会?
redirect uri域名与后台配置不一致,错误码:10003 PC端没有问题,手机端打开就会出现这个错误,有人有遇见吗? [图片]
2023-07-24 - ocr.printedText 怎么这个是只能用HTTPS 识别吗?可以用HTTP 吗?
ocr.printedText 怎么这个是只能用HTTPS 识别吗?可以用HTTP 吗?
2022-09-17 - 怎么让editor和其他view同用一个滚轮?
[图片][图片]
2022-04-23 - 原本的项目打包发给别人,后面重新导入就出现这样的问题,换了appid?请问各位大佬们怎么办?
[图片] 代码段: getOpenId(e) { let that = this; if(that.data.name == "" || that.data.num == "") { wx.showModal({ title: '提示', content: '请检查姓名和学号', showCancel:false, confirmText:"晓得啦~", success: function (res) { if (res.confirm) { console.log('用户点击确定') }else{ console.log('用户点击取消') } } }) return } wx.showLoading({ title: '', }) let cloudID = e.detail.cloudID wx.cloud.callFunction({ name:'getopenid', data:{ cloudID:wx.cloud.CloudID(cloudID) } }).then(res=>{ db.collection('student').where({ openid: res.result.event.userInfo.openId }).get({success:dat => { console.log("res") console.log(dat.data.length) if( dat.data.length == 0){ that.adduser(res) }else{ wx.showModal({ title: '提示', content: '你已经填写过信息啦~', showCancel:false, confirmText:"晓得啦~", success: function (res) { if (res.confirm) { console.log('用户点击确定') }else{ console.log('用户点击取消') } } }) } } }) wx.hideLoading({ success: (res) => {}, }) }) },
2022-04-12 - 微信小程序 电脑版 拉不起文件夹?
[图片]
2021-07-04