From 88ed4bdadfedf12cc23b8f98ef608b1fd8740672 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=90=E6=98=8E=E6=98=8E?= <970899069@qq.com> Date: Wed, 22 Mar 2023 14:32:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E7=A1=80=E4=BF=A1=E6=81=AF=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=AD=97=E6=AE=B5=E3=80=90=E7=8E=B0=E5=B1=85=E4=BD=8F?= =?UTF-8?q?=E5=9C=B0=EF=BC=8C=E7=8E=B0=E5=8D=95=E4=BD=8D=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=EF=BC=8C=E7=8E=B0=E5=8D=95=E4=BD=8D=E5=90=8D=E7=A7=B0=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 24 ++------------------ pages/work/perfectBasis.vue | 44 ++++++++++++++++++++++++++++--------- 2 files changed, 36 insertions(+), 32 deletions(-) diff --git a/pages.json b/pages.json index 5d2e1d6..d2054f3 100644 --- a/pages.json +++ b/pages.json @@ -343,17 +343,7 @@ "navigationBarTitleText": "机构信息", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#446EFE", - "navigationBarTextStyle": "white", - "app-plus": { - "titleNView": { - "buttons": [{ - "text": "使用账户信息", - "color": "#ffffff", - "fontSize": "30rpx", - "width": "180rpx" - }] - } - } + "navigationBarTextStyle": "white" } }, { "path": "pages/work/perfectBasis", @@ -363,17 +353,7 @@ "navigationBarTitleText": "基础信息", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#446EFE", - "navigationBarTextStyle": "white", - "app-plus": { - "titleNView": { - "buttons": [{ - "text": "使用账户信息", - "color": "#ffffff", - "fontSize": "30rpx", - "width": "180rpx" - }] - } - } + "navigationBarTextStyle": "white" } }, { "path": "pages/transfers/lists", diff --git a/pages/work/perfectBasis.vue b/pages/work/perfectBasis.vue index 334da1f..c58081a 100644 --- a/pages/work/perfectBasis.vue +++ b/pages/work/perfectBasis.vue @@ -101,6 +101,27 @@ + + + + + + + + + + + + @@ -142,7 +163,7 @@ perfectBase(this.$Route.query.orderId).then(res => { let { base, province } = res; this.baseInfo = base; - this.isCheck = base.check_params.toString() != '' + this.isCheck = base.check_params.toString() != '' this.loding = false; uni.hideLoading() }).catch(err => { @@ -162,15 +183,18 @@ // 提交基础资料 onSubmit(){ let data = { - mobile : this.baseInfo.mobile, - marriage : this.baseInfo.marriage, - mate : this.baseInfo.mate, - education : this.baseInfo.education, - school : this.baseInfo.school, - tmp_address : this.baseInfo.tmp_address, - province_id : this.baseInfo.district_id, - city_id : this.baseInfo.city_id, - district_id : this.baseInfo.province_id + mobile : this.baseInfo.mobile, + marriage : this.baseInfo.marriage, + mate : this.baseInfo.mate, + education : this.baseInfo.education, + school : this.baseInfo.school, + tmp_address : this.baseInfo.tmp_address, + province_id : this.baseInfo.district_id, + city_id : this.baseInfo.city_id, + district_id : this.baseInfo.province_id, + now_domicile : this.baseInfo.now_domicile, + now_company_address : this.baseInfo.now_company_address, + now_company_name : this.baseInfo.now_company_name } uni.showModal({ title : '提示',