- onShow里wx.showLoading页面不展示?
onShow一进来页面里app.globalData.err_code为空时,wx.showLoading执行了,success成功回调了,也显示了,但是在返回到这个页面,app.globalData.err_code有值了,但是(体验版)页面木有loading展示,succe也是执行的,真机调试都没有问题!!!!!苹果ios 11 onShow: function(){ const that=this; that.setData({ code: "", },()=>{ wx.showLoading({ title: 'title1', mask: true, success: function(){ console.log(71717) } }) console.log(65,app.globalData,app.globalData.err_code); if(app.globalData && app.globalData.err_code){ wx.showLoading({ title: 'title2', mask: true, success: function(){ console.log(71717) } }) console.log(66); } }) },
2021-09-05 - 跳转未发表图文?
发现有了草稿箱的新功能后,自定义菜单和自动回复中不能选择跳转未发表的图文了。 希望还是能够允许,因为应用场景还是非常需要的! 比如:一个每天都有更新的内容信息,但是不需要每天推送。对于所有订阅者,我们每周更新一次;对于每天想要了解更新的人,则通过菜单或者对话获取最新的信息。
2021-09-05