朋友 请问你问题解决了吗 我出现了类似的问题
on Page reload?A页面-> B页面(OCR+人脸识别)-> C页面(表单)页, 在C页面onShow加载结束后不知道为什么会执行on Page reload, 执行B 页面的onload,onShow, C页面的onUnload? 使得C页面所有按钮失效
2023-08-15朋友 最后你解决了吗
小程序调用setData之后页面不进行渲染,setData 回调不执行现象:小程序调用setData之后页面不进行渲染,setData 回调未执行、wx.nextTick未执行; setdata json格式大小7k左右 手机型号:vivo Y30 系统10 微信8.0.1 微信号:3月18号16点30分左右,上传日志 —————————————————————————————— 手机型号:vivo X21s 系统8.0.0 微信7.0.22 微信号:3月22号14点30分左右,上传日志 代码逻辑: this.setData({ teamInfo,headInfo,floatData,workStation,cardInfo,InterrogateInfo, baseFlowId: baseInfo.baseFlowId, acceptorId: baseInfo.acceptorId, isShowPage:true, unReadCnt: unReadCnt },()=> { //上报渲染用时 const timeAfterRender = new Date().getTime(); const renderTime = timeAfterRender - timeBeforeRender; util.reportPerformance(2002,renderTime) wxLog.info(`dprelation_setDataCallback_userId${User.userId},isShowPage:${this.data.isShowPage}`); }) wx.nextTick(()=>{ this.setRenderLog() })
2023-08-15