From 4b23dba0ccf504f746e4c3910cf2c07fcf4dc2ef Mon Sep 17 00:00:00 2001 From: zhangdongxue Date: Wed, 22 Sep 2021 12:00:35 +0800 Subject: [PATCH] =?UTF-8?q?['=E6=A0=B8=E9=94=80=E8=AE=B0=E5=BD=95=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E6=94=B9=E7=89=88=EF=BC=8C=E6=96=B0=E5=A2=9E=E8=80=81?= =?UTF-8?q?=E6=9D=BF=E7=AB=AF=E7=AD=9B=E9=80=89=E8=AE=B0=E5=BD=95=EF=BC=8C?= =?UTF-8?q?=E4=BC=98=E6=83=A0=E5=88=B8=E9=A6=96=E9=A1=B5=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E6=8C=89=E9=92=AE']?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 4 +- pages/coupons/couponList.vue | 2 +- pages/property/coupon/index.vue | 2 +- pages/verification/history.vue | 150 ++++++++++++++++++++++++-------- static/images/boss.png | Bin 0 -> 1600 bytes static/images/ver-bg.png | Bin 0 -> 7462 bytes 6 files changed, 117 insertions(+), 41 deletions(-) create mode 100644 static/images/boss.png create mode 100644 static/images/ver-bg.png diff --git a/pages.json b/pages.json index 246f8f4..dcdbcea 100644 --- a/pages.json +++ b/pages.json @@ -479,7 +479,7 @@ "style": { "navigationBarTitleText": "扫码验证", "navigationBarTextStyle": "white", - "navigationBarBackgroundColor": "#039bfe" + "navigationBarBackgroundColor": "#076cff" } }, { "path": "pages/verification/history", @@ -487,7 +487,7 @@ "style": { "navigationBarTitleText": "核销记录", "navigationBarTextStyle": "white", - "navigationBarBackgroundColor": "#f40c50" + "navigationBarBackgroundColor": "#076cff" } }, { "path": "pages/shop/lists", diff --git a/pages/coupons/couponList.vue b/pages/coupons/couponList.vue index c81551b..a0fb867 100644 --- a/pages/coupons/couponList.vue +++ b/pages/coupons/couponList.vue @@ -4,7 +4,7 @@ - diff --git a/pages/property/coupon/index.vue b/pages/property/coupon/index.vue index 9815da1..50117e6 100644 --- a/pages/property/coupon/index.vue +++ b/pages/property/coupon/index.vue @@ -4,7 +4,7 @@ - diff --git a/pages/verification/history.vue b/pages/verification/history.vue index d395b31..6bb1dc4 100644 --- a/pages/verification/history.vue +++ b/pages/verification/history.vue @@ -1,7 +1,7 @@