{{ text }}
+From 33c33ccb3495fed45f71fb977c48c1594db329f7 Mon Sep 17 00:00:00 2001 From: GL <954534408@qq.com> Date: Mon, 16 Nov 2020 16:23:08 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9bug=E3=80=91?= =?UTF-8?q?=E3=80=90=E6=9F=A5=E8=AF=A2=E5=88=B8=E7=A0=81=20=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98=E3=80=91=E3=80=90?= =?UTF-8?q?=E6=B6=88=E8=B4=B9=E5=8D=A1=E9=97=AE=E9=A2=98=E3=80=91=E3=80=90?= =?UTF-8?q?=E4=BC=9A=E5=91=98=E7=A7=AF=E5=88=86=E9=97=AE=E9=A2=98=E3=80=91?= =?UTF-8?q?=E3=80=90=E4=BC=9A=E5=91=98=E8=B5=A0=E5=88=B8=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routers/index.js | 6 + .../navigation/accounts/marketingClose.vue | 15 +- src/views/navigation/buyExplain.vue | 72 +++++ src/views/navigation/commodity.vue | 15 +- src/views/navigation/consume/current.vue | 22 +- src/views/navigation/consume/todayConsume.vue | 253 +++++++++++------- src/views/navigation/integral/userMessage.vue | 5 +- src/views/navigation/ticket/ticketDetails.vue | 13 +- vue.config.js | 1 + 9 files changed, 278 insertions(+), 124 deletions(-) create mode 100644 src/views/navigation/buyExplain.vue diff --git a/src/routers/index.js b/src/routers/index.js index e8ac5f5..895babf 100644 --- a/src/routers/index.js +++ b/src/routers/index.js @@ -15,6 +15,7 @@ import ticketDetails from "@/views/navigation/ticket/ticketDetails" import chPhone from "@/views/navigation/ticket/chPhone" import details from "@/views/navigation/details" import commodity from "@/views/navigation/commodity" +import buyExplain from "@/views/navigation/buyExplain" import accomplish from "@/views/navigation/accomplish" import billing from "@/views/navigation/billing" import todayConsume from "@/views/navigation/consume/todayConsume" @@ -128,6 +129,11 @@ const routes = [ component:memberCancel }, + { + path: '/buyExplain',//购买须知 + name: 'buyExplain', + component:buyExplain + }, { path: '/memberGathering',//消费卡收款 name: 'memberGathering', diff --git a/src/views/navigation/accounts/marketingClose.vue b/src/views/navigation/accounts/marketingClose.vue index 7bc25a3..1bf7ebc 100644 --- a/src/views/navigation/accounts/marketingClose.vue +++ b/src/views/navigation/accounts/marketingClose.vue @@ -92,13 +92,13 @@ >
{{ text }}
+