diff --git a/manifest.json b/manifest.json index ed77cd3..9e43c4d 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name": "惠农生活", "appid": "__UNI__3A527D1", "description": "", - "versionName": "2.0.51", - "versionCode": 2051, + "versionName": "2.0.53", + "versionCode": 2053, "transformPx": false, /* 5+App特有相关 */ "app-plus": { diff --git a/pages/gather/subnvue/concat.nvue b/pages/gather/subnvue/concat.nvue index 85ac458..6176600 100644 --- a/pages/gather/subnvue/concat.nvue +++ b/pages/gather/subnvue/concat.nvue @@ -10,15 +10,10 @@ - + - - + 点击我的页面,进行商户入驻 @@ -187,6 +182,7 @@ height: 76rpx; border: 1px solid white; border-radius: 38rpx; + background-color: rgba(255, 255, 255, 0.4); } .next-btn-text { diff --git a/pages/index/subnvue/concat.nvue b/pages/index/subnvue/concat.nvue index f09af6a..b1c0b62 100644 --- a/pages/index/subnvue/concat.nvue +++ b/pages/index/subnvue/concat.nvue @@ -193,11 +193,13 @@ height: 76rpx; border: 1px solid white; border-radius: 38rpx; + background-color: rgba(255, 255, 255, 0.4); } .next-btn-text { line-height: 76rpx; text-align: center; + /* background-color: #939393; */ } .jump { diff --git a/pages/index/subnvue/newUser.nvue b/pages/index/subnvue/newUser.nvue index ee01fbc..2ac0b25 100644 --- a/pages/index/subnvue/newUser.nvue +++ b/pages/index/subnvue/newUser.nvue @@ -91,6 +91,7 @@ height: 76rpx; border: 1px solid white; border-radius: 38rpx; + background: rgba(255, 255, 255, 0.4); } .target { diff --git a/pages/store/settled/index.vue b/pages/store/settled/index.vue index 3b24ab3..8a7befd 100644 --- a/pages/store/settled/index.vue +++ b/pages/store/settled/index.vue @@ -424,7 +424,7 @@ }, splitAddress(str) { if (!str.includes('省')) str = "四川省" + str; - var reg = /.+?(省|市|自治区|自治州|县|区|镇|社区|街道|村)/g; // 省市区的正则 + var reg = /.+?(省|市|自治区|自治州|县|区|镇|社区|街道|村|街)/g; // 省市区的正则 let list = str.match(reg) console.log(list, 'xiugiahou1de1address') this.formData.province_name = list[0] @@ -434,7 +434,6 @@ this.formData.village_name = list[4] }, confirmCate(e) { - console.log(e) this.formData.merchant_category_name = e.value[0].category_name this.formData.merchant_category_id = e.value[0].merchant_category_id this.showMerchantCategoryPicker = false diff --git a/pages/user/subnvue/index.nvue b/pages/user/subnvue/index.nvue index 844ac8f..b006c37 100644 --- a/pages/user/subnvue/index.nvue +++ b/pages/user/subnvue/index.nvue @@ -97,6 +97,7 @@ height: 76rpx; border: 1px solid white; border-radius: 38rpx; + background: rgba(255, 255, 255, 0.4); } .target { diff --git a/pages/users/login/login_copy.vue b/pages/users/login/login_copy.vue index 643dd23..8108d72 100644 --- a/pages/users/login/login_copy.vue +++ b/pages/users/login/login_copy.vue @@ -1,13 +1,14 @@