From 3509ff01070f1161c1c0fa7d20fdbbaec160b7b2 Mon Sep 17 00:00:00 2001 From: zhengshuiqi Date: Tue, 15 Nov 2022 09:12:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/account/index.vue | 644 ++++++++++++++++++--------------- pages/account/message.vue | 19 +- pages/category/index.vue | 20 +- pages/index/index.vue | 18 +- pages/productDetails/index.vue | 9 +- pages/shippingCart/index.vue | 20 +- 6 files changed, 400 insertions(+), 330 deletions(-) diff --git a/pages/account/index.vue b/pages/account/index.vue index 560d0ab..41e0a80 100644 --- a/pages/account/index.vue +++ b/pages/account/index.vue @@ -1,25 +1,27 @@ \ No newline at end of file + diff --git a/pages/account/message.vue b/pages/account/message.vue index 61c2124..38dce89 100644 --- a/pages/account/message.vue +++ b/pages/account/message.vue @@ -2,7 +2,7 @@ - + Message @@ -160,11 +160,14 @@ // uni.navigateTo({ // url:'../category/index' // }) - uni.navigateTo({ - // url:'index' - url:'../category/index' - // url:'../account/index' - }) + // uni.navigateTo({ + // // url:'index' + // // url: '../index' + // url:'../account/index' + // }) + uni.navigateBack({ + delta: 1, + }) } }, onLoad() { @@ -180,7 +183,8 @@ display: flex; position: fixed; background-color: #000; - height: 44px; + height: 50px; + // height: 44px; width: 100%; z-index: 999; // padding-top: 28px; @@ -189,6 +193,7 @@ top: 0; left: 0; font-size: 16px; + padding-top: 20px; // font-weight: bold; } diff --git a/pages/category/index.vue b/pages/category/index.vue index 871d183..27351ec 100644 --- a/pages/category/index.vue +++ b/pages/category/index.vue @@ -1,8 +1,8 @@