From ca37f195651cf550bef19874c47c759f1b6be49b Mon Sep 17 00:00:00 2001 From: zhengshuiqi Date: Fri, 25 Nov 2022 12:00:18 +0800 Subject: [PATCH] =?UTF-8?q?Message=20=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 3 ++- pages/account/message.vue | 23 ++++++++++++++++------- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/pages.json b/pages.json index 850327e..cc4a522 100644 --- a/pages.json +++ b/pages.json @@ -137,7 +137,8 @@ "path": "pages/account/message", "style": { "titleNView":false, - "navigationBarBackgroundColor":"#000000" + "navigationBarBackgroundColor":"#000000", + "enablePullDownRefresh": true } }, { diff --git a/pages/account/message.vue b/pages/account/message.vue index 4cb1854..9a6a6fe 100644 --- a/pages/account/message.vue +++ b/pages/account/message.vue @@ -8,7 +8,7 @@ Message - + @@ -16,16 +16,16 @@ - + - + - + {{item.block_avaiable_from | Mes}} @@ -211,6 +211,11 @@ uni.navigateBack({ delta: 1, }) + }, + shop() { + uni.navigateTo({ + url: '../shippingCart/index' + }) } }, onLoad() { @@ -253,6 +258,7 @@ .body { padding: 0 32rpx; + &-btn { // margin-top: 42px; @@ -262,6 +268,7 @@ width: 200px; height: auto; transform: scale(.5); + z-index: 11; } } @@ -306,12 +313,14 @@ ; } - .body { + .bodys { // border-top: 13.33rpx #F7F7F7 solid; - padding: 50.67rpx 26.67rpx; + // padding: 50.67rpx 26.67rpx; + width: 100%; } .msg_item { + width: 100%; padding-top: 17rpx; padding-bottom: 28rpx; padding-left: 10rpx; @@ -319,7 +328,7 @@ background-color: #fff; // border-bottom: 1px solid #E2E2E2; margin-bottom: 30rpx; - + align-items: center; &:first-child { margin-top: 122.67rpx; }