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 @@ }