- 公立医院小程序支付和刷脸支付有返佣吗?
请问公立医院小程序支付和刷脸支付有费率返佣吗?
2021-01-19 - console.log('2')为啥打印不出来?
getData:function(callback){ if(!callback){ callback = res=>{} } wx.showLoading({ title: '数据加载中', }) console.log('1') todos.skip(this.pageData.skip).get().then(res =>{ this.setData({ tasks:res.data }) },res =>{ console.log('2') this.pageData.skip = this.pageData.skip + 20 wx.hideLoading() console.log('2') callback(); }) },
2020-02-17 - 小程序云开发 res =>不执行,怎么解决?
getData:function(callback){ if(!callback){ callback = res=>{} } wx.showLoading({ title: '数据加载中', }) console.log('1') todos.skip(this.pageData.skip).get().then(res =>{ this.setData({ tasks:res.data }) },res =>{ console.log('2') this.pageData.skip = this.pageData.skip + 20 wx.hideLoading() console.log('2') callback(); }) }, z最后一段res=>{}不执行 h还有一个问题wx.hideLoading不管用
2020-02-17 - skip(0)错误怎么解决?
基础库2.10.1[图片] .catch(console.error)
2020-02-17 - 小程序云开发hideLoading不起作用?
[图片]
2020-02-16