From 28c4899676e2b357c019250be4096c792ec42e05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=90=E6=98=8E=E6=98=8E?= <970899069@qq.com> Date: Thu, 13 Apr 2023 16:15:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E7=A1=80=E8=B5=84=E6=96=99=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apis/index.js | 4 +- manifest.json | 2 +- pages.json | 24 +--------- pages/work/perfectBasis.vue | 90 ++++++++++++++++++++++++++++++++----- 4 files changed, 83 insertions(+), 37 deletions(-) diff --git a/apis/index.js b/apis/index.js index 917ef93..bc86f66 100644 --- a/apis/index.js +++ b/apis/index.js @@ -10,8 +10,8 @@ import router from '../router' // 基础配置 const config = { - apiUrl : 'https://douhuo.douhuofalv.com/api/', - // apiUrl : 'https://api.douhuotest.douhuofalv.com/api/', //测试环境 + // apiUrl : 'https://douhuo.douhuofalv.com/api/', + apiUrl : 'https://api.douhuotest.douhuofalv.com/api/', //测试环境 timeout : 60000 } diff --git a/manifest.json b/manifest.json index bc12b82..e857f83 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name" : "抖火", "appid" : "__UNI__C305C03", "description" : "纵有疾风起,人生不言弃", - "versionName" : "1.4.0", + "versionName" : "1.4.1", "versionCode" : 104, "transformPx" : false, /* 5+App特有相关 */ diff --git a/pages.json b/pages.json index c68c6ac..76495de 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 ef00543..1c33343 100644 --- a/pages/work/perfectBasis.vue +++ b/pages/work/perfectBasis.vue @@ -122,6 +122,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -183,18 +240,27 @@ // 提交基础资料 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, - now_domicile : this.baseInfo.now_domicile, - now_company_address : this.baseInfo.now_company_address, - now_company_name : this.baseInfo.now_company_name + 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, + + one_contact : this.baseInfo.one_contact, + one_contact_relation : this.baseInfo.one_contact_relation, + two_contact : this.baseInfo.two_contact, + two_contact_relation : this.baseInfo.two_contact_relation, + three_contact : this.baseInfo.three_contact, + three_contact_relation : this.baseInfo.three_contact_relation, + four_contact : this.baseInfo.four_contact, + four_contact_relation : this.baseInfo.four_contact_relation } uni.showModal({ title : '提示',