From b11f6af1fa45b7fddd049ecf5bb359920ea61b7c Mon Sep 17 00:00:00 2001 From: Enzo <1284707383@qq.com> Date: Mon, 23 Aug 2021 15:20:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E8=AF=A6=E6=83=85=E6=A0=B8?= =?UTF-8?q?=E9=94=80=E7=A0=81=E4=BC=98=E5=8C=96/=E9=A6=96=E9=A1=B5banner?= =?UTF-8?q?=E5=9B=BE=E5=88=A4=E6=96=AD=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 3 +++ pages/index/index.vue | 16 +++++++++++----- pages/index/urlWeb.vue | 21 +++++++++++++++++++++ pages/order/order_details.vue | 22 +++++++++++++--------- 4 files changed, 48 insertions(+), 14 deletions(-) create mode 100644 pages/index/urlWeb.vue diff --git a/pages.json b/pages.json index 2f99fd1..ce8be4f 100644 --- a/pages.json +++ b/pages.json @@ -11,6 +11,9 @@ "enablePullDownRefresh": true } }, + { + "path": "pages/index/urlWeb" + }, { "path": "pages/user/user", "style": { diff --git a/pages/index/index.vue b/pages/index/index.vue index e24cd64..522aa6d 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,8 +1,8 @@