From c651676969cc1fa470c03ea7e182ac069a65b91c Mon Sep 17 00:00:00 2001 From: zhengshuiqi Date: Mon, 14 Nov 2022 16:49:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E8=A6=81=E4=BF=AE=E6=94=B9=E8=B4=AD?= =?UTF-8?q?=E7=89=A9=E8=BD=A6=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/common.scss | 6 +- pages.json | 1 + pages/account/index.vue | 24 ++- pages/account/message.vue | 273 +++++++++++++++++++-------------- pages/account/wishlist.vue | 2 +- pages/category/productList.vue | 1 + pages/index/index.vue | 53 ++++++- pages/productDetails/index.vue | 30 +++- pages/shippingCart/index.vue | 35 +++-- 9 files changed, 278 insertions(+), 147 deletions(-) diff --git a/common/common.scss b/common/common.scss index c59b70e..67c9681 100644 --- a/common/common.scss +++ b/common/common.scss @@ -1132,14 +1132,14 @@ // margin-right: 18.67rpx; box-sizing: border-box; &:nth-child(2n+0){ - + padding-left: 10px; } .wishlist_item_img{ - width: 90%; + width: 100%; height: 190px; object-fit: cover; - margin-bottom: 25.33rpx; + margin-bottom: 20rpx; background-color: #999999; position: relative; border-radius: 10rpx; diff --git a/pages.json b/pages.json index 1054601..e5b13d3 100644 --- a/pages.json +++ b/pages.json @@ -12,6 +12,7 @@ "bounce": "none", "pullToRefresh": { "style": "circle", + "backgroundColor": "#000000", "color": "#aa0000" } // "renderer": "native" diff --git a/pages/account/index.vue b/pages/account/index.vue index 39bd062..560d0ab 100644 --- a/pages/account/index.vue +++ b/pages/account/index.vue @@ -10,12 +10,12 @@ - + LOGIN / SIGUP> - + Hey.{{user_info.nickname!=''?user_info.nickname:user_info.email}}.> @@ -505,12 +505,22 @@ background-color: #000000; } .info_name{ - font-size: 20px; - font-weight: bold; - color: #F7F7F7; - margin-bottom: 57px; position: absolute; - padding: 50px 50px 0; + width: 100%; + top: 25px; + left: 15%; + + // z-index: 1111; + // font-size: 20px; + // font-weight: bold; + // color: #F7F7F7; + // margin-bottom: 57px; + // position: absolute; + // padding: 100px 50px 0; + // top: 23px; + &_a { + z-index: 1111;font-size: 20px;font-weight: bold;color: #F7F7F7;margin-bottom: 57px;position: absolute;padding: 100px 50px 0; + } } .info_like{ display: flex; diff --git a/pages/account/message.vue b/pages/account/message.vue index 7b44970..61c2124 100644 --- a/pages/account/message.vue +++ b/pages/account/message.vue @@ -1,155 +1,170 @@ - + + \ No newline at end of file + + .mask { + background-color: white; + opacity: 0; + } + diff --git a/pages/account/wishlist.vue b/pages/account/wishlist.vue index 446cff7..38b02fe 100644 --- a/pages/account/wishlist.vue +++ b/pages/account/wishlist.vue @@ -14,7 +14,7 @@ US${{item.promote_price?item.promote_price:item.shop_price}} - + diff --git a/pages/category/productList.vue b/pages/category/productList.vue index c7907b5..f379497 100644 --- a/pages/category/productList.vue +++ b/pages/category/productList.vue @@ -558,6 +558,7 @@ } .nav_right{ padding-right: 30rpx; + padding-top:10rpx; image{ width: 44rpx; height: 44rpx; diff --git a/pages/index/index.vue b/pages/index/index.vue index b7871e4..e6ce784 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -11,6 +11,7 @@ data() { return { + mycurrent: 0, isScrollShow: false, scroll_active: 0, scrollList: [ @@ -251,6 +252,9 @@ }, methods: { + handlechange(e) { + this.mycurrent = e.detail.current + }, change(e) { this.index = e let tarbar = this.tarbar @@ -1328,12 +1332,32 @@ v-if="item.zone_code=='HONLIST2' && item.zone_status=='NORMAL'"> - + + + + + + + + + + @@ -1552,6 +1576,27 @@ } \ No newline at end of file diff --git a/pages/shippingCart/index.vue b/pages/shippingCart/index.vue index 1f869f2..2df5b97 100644 --- a/pages/shippingCart/index.vue +++ b/pages/shippingCart/index.vue @@ -15,8 +15,10 @@ -