- 当前 Bug 的表现(可附上截图)
- 预期表现
- 复现路径
- 提供一个最简复现 Demo
自定义组件:
ready: function() {
this.saveData(this.data.carts);
wx.request({
url: until.url + 'api/tc/cart',
success: res => {
1
if (res.data.total) {
this.getTotal();
this.setData({
selectAllStatus:true,
})
2
}
}
})
}
回调函数内部的1和2的空白行删掉就会报错。
微信小程序开发问题解答
微信小程序开发者回答:
提供下代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
本文网址:http://www.91bianli.com/weixinxiaochengxu/9536.html