From 480a7eb5fa89aa602167a7b5f42df5c6d79053b2 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期五, 26 七月 2024 16:20:55 +0800 Subject: [PATCH] fix bug 接口对接和样式调整 --- sub_pages/customer/trade/list.vue | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/sub_pages/customer/trade/list.vue b/sub_pages/customer/trade/list.vue index 75d94c6..230c533 100644 --- a/sub_pages/customer/trade/list.vue +++ b/sub_pages/customer/trade/list.vue @@ -292,7 +292,7 @@ if (!this.currentInfo.id) { await this.$message.confirm('请前往登录') uni.navigateTo({ - url: '//pages/user/supplier-user' + url: '/pages/user/supplier-user' }) return } @@ -316,12 +316,6 @@ if (code === 0) { item.shopnum += addnum } - // if (item.shopnum) { - // item.shopnum += 1 - // } else { - // item.shopnum = 1 - // } - // this.shoptotal += 1 this.$forceUpdate() }, } -- Gitblit v1.9.3