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 : '提示',