|
@@ -159,6 +159,7 @@
|
|
|
couponId: this.info.couponId,
|
|
|
"goodsId": goodsId,
|
|
|
"shopId": shopId,
|
|
|
+ platform:'520100',
|
|
|
"userId": JSON.parse(uni.getStorageSync('userInfo')).userId
|
|
|
}).then(res => {
|
|
|
uni.hideLoading()
|
|
@@ -332,8 +333,7 @@
|
|
|
//TODO handle the exception
|
|
|
}
|
|
|
console.log('data', data);
|
|
|
- // 移除优惠券计算价格
|
|
|
- // that.calculate(that.info.goodsId, that.info.shopId)
|
|
|
+ that.calculate(that.info.goodsId, that.info.shopId)
|
|
|
})
|
|
|
}
|
|
|
}
|