From cebde87682500ce1ed13989729a4ce62b1bb5124 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lemon=E6=A9=AA?= <17633066053@163.com> Date: Sun, 26 Sep 2021 10:30:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B0=8F=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E4=BC=98=E6=83=A0=E5=88=B8bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 4 +--- pages/cart/coupon/index.vue | 13 +++++++++---- pages/order/fillorder.vue | 2 +- pages/tabbar/cart/cartList.vue | 2 -- 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/pages.json b/pages.json index 8e52682..f82445a 100644 --- a/pages.json +++ b/pages.json @@ -18,8 +18,6 @@ "path": "pages/tabbar/cart/cartList", "style": { "navigationBarTitleText": "购物车", - "navigationStyle": "custom", - "navigationBarBackgroundColor": "#fff" } @@ -720,7 +718,7 @@ ] } ], - "globalStyle": { + "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "Lili商城", "titleColor": "#303133", diff --git a/pages/cart/coupon/index.vue b/pages/cart/coupon/index.vue index 9edd921..489d0b8 100644 --- a/pages/cart/coupon/index.vue +++ b/pages/cart/coupon/index.vue @@ -69,6 +69,10 @@ export default { routerVal: "", //上级传参 }; }, + onLoad(options){ + this.routerVal = options + + }, watch: { current(val) { console.log(this.$store.state.cantUseCoupons); @@ -114,10 +118,11 @@ export default {