From ffd407012d000d1a1b9d36c01646d2cdb22675b4 Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期五, 11 十月 2024 15:12:21 +0800
Subject: [PATCH] 1.优惠券规则修改 2.已使用的优惠券样式修改
---
pages/order/comment/order-comment.vue | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/pages/order/comment/order-comment.vue b/pages/order/comment/order-comment.vue
index 27d93cc..c595b6c 100644
--- a/pages/order/comment/order-comment.vue
+++ b/pages/order/comment/order-comment.vue
@@ -308,7 +308,7 @@
await this.$message.confirm('是否确定收货')
var tryCallWx = false
- // #ifdef MP
+ // #ifdef MPOLD
let tmp = this
if (wx.openBusinessView && tmp.dto && tmp.dto.paymentTrId) {
tryCallWx = true
@@ -344,6 +344,8 @@
if (code === 0) {
tmp.getDetail()
tmp.$store.dispatch('getCurrentInfo')
+ tmp.$message.showToast('收货失败')
+
}
}
@@ -376,6 +378,9 @@
this.$message.hideLoading()
if (code === 0) {
this.getDetail()
+ this.$store.dispatch('getCurrentInfo')
+ this.$message.showToast('收货失败')
+
}
}
--
Gitblit v1.9.3