Commit ec41953c by 李嘉林

支付成功-支付有礼状态初始化

parent 9b26b03e
...@@ -112,6 +112,9 @@ ...@@ -112,6 +112,9 @@
// 获取礼物信息 // 获取礼物信息
async getPayWithCourtesyInfoForShop() { async getPayWithCourtesyInfoForShop() {
// 需要初始化状态
this.isShowIntegral = false;
this.isShowGifts = false;
const goodsIds = []; const goodsIds = [];
this._orderDetail.orderItems.forEach(item => { this._orderDetail.orderItems.forEach(item => {
// 赠品不参与计算 // 赠品不参与计算
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment