ts
litian
2024-09-27 d780880b7a73360c8fc9fead1b429dd8ba3758e3
pages/cart/paymentPage/index.js
@@ -342,14 +342,16 @@
      orderNum: this.data.orderGoods
    }
    app.MG.store.confirmOrder(query).then(res => {
      Toast({
        context: this,
        selector: '#t-toast',
        message: '领取成功',
        theme: 'success',
        direction: 'column',
      });
      wx.showToast({
        title: '领取成功',
        icon: 'success',
        complete: res => {
          setTimeout(() => {
      wx.navigateBack()
          }, 1000);
        }
      });
    })
  }
})