作者 刘朕

代码更新

... ... @@ -176,7 +176,6 @@ Page({
ite.is_choose = 0;
})
})
console.log(data)
that.setData({
changedShop: res.data.data,
goodsPrice: res.data.data.price,
... ... @@ -192,7 +191,7 @@ Page({
}).catch(err => {
// console.log(err);
that.setData({
msg: res.data.msg
msg: err.data.msg
})
that.popSuccessTest()
})
... ... @@ -311,9 +310,9 @@ Page({
}
// // console.log(that.data.gui, that.data.changedShop, "商品规格");
}).catch(err => {
// console.log(err);
console.log(err);
that.setData({
msg: res.data.msg
msg: err.data.msg
})
that.popSuccessTest()
})
... ...
... ... @@ -37,7 +37,7 @@ Page({
onLoad: function (options) {
let that = this
// console.log(options, "接口");
console.log(options, "接口");
this.setData({
gou_arr: options.gouarr
})
... ...