From 27ac53baa8a3c3c8131886988162aabe7a74c7c1 Mon Sep 17 00:00:00 2001 From: 陶杰 <1378534974@qq.com> Date: 星期五, 13 九月 2024 10:05:32 +0800 Subject: [PATCH] 1.统计的条数分页改15 --- 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