From 3838979c0444bbcab3bcdebf0bcc91cdb5c0d9b7 Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期五, 13 九月 2024 15:18:38 +0800
Subject: [PATCH] 售后类型动态字典给
---
sub_pages/customer/coupon/good-self.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sub_pages/customer/coupon/good-self.vue b/sub_pages/customer/coupon/good-self.vue
index 5461a47..c544aaa 100644
--- a/sub_pages/customer/coupon/good-self.vue
+++ b/sub_pages/customer/coupon/good-self.vue
@@ -111,7 +111,7 @@
methods: {
selectItem(item) {
- if (this.srouce === 'shopping') {
+ if (this.source === 'shopping') {
//选择
this.updateSelectGood(item)
} else {
--
Gitblit v1.9.3