From 32994e4856b9f9d7fdc3991ea74e6ec175963ae5 Mon Sep 17 00:00:00 2001 From: zhengshuiqi Date: Thu, 24 Nov 2022 20:36:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=94=AF=E4=BB=98&=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- pages/account/index.vue | 4 ++-- pages/account/myOrders.vue | 5 ++--- pages/account/myReview.vue | 8 ++++++++ pages/account/wishlist.vue | 4 ++-- pages/index/index.vue | 6 +++--- pages/productDetails/index.vue | 6 +++--- 7 files changed, 21 insertions(+), 14 deletions(-) diff --git a/manifest.json b/manifest.json index 1a19141..80874cb 100644 --- a/manifest.json +++ b/manifest.json @@ -76,7 +76,7 @@ ], "autoSdkPermissions" : true, "minSdkVersion" : 26, - "targetSdkVersion" : 31, + "targetSdkVersion" : 29, "abiFilters" : [ "armeabi-v7a", "arm64-v8a" ] }, /* ios打包配置 */ diff --git a/pages/account/index.vue b/pages/account/index.vue index e2119a5..f82afa7 100644 --- a/pages/account/index.vue +++ b/pages/account/index.vue @@ -535,7 +535,7 @@ align-items: center; position: absolute; width: 100%; - top: 15.5%; + top: 13.5%; // left: 15%; // z-index: 1111; @@ -553,7 +553,7 @@ color: #F7F7F7; margin-bottom: 57px; position: absolute; - padding: 100px 50px 0; + padding: 150px 50px 0; } } diff --git a/pages/account/myOrders.vue b/pages/account/myOrders.vue index 3890b96..b064aef 100644 --- a/pages/account/myOrders.vue +++ b/pages/account/myOrders.vue @@ -19,8 +19,7 @@ cancelled - To be - shipped + To be shipped Shipped @@ -678,7 +677,7 @@ }) } }) - } else if (this.pay_index == 0) { + } else if (this.pay_index == 1) { let data = { _action: 'payorder', order_id: this.payQuery.order_id, diff --git a/pages/account/myReview.vue b/pages/account/myReview.vue index f754a12..4dc05bc 100644 --- a/pages/account/myReview.vue +++ b/pages/account/myReview.vue @@ -131,6 +131,13 @@ }