Browse Source

commit -优化

zhengjinyi 4 years ago
parent
commit
9fdb04a7a5

+ 2 - 2
common/config/config.js

@@ -2,9 +2,9 @@ let URL_CONFIG = ""
 if(process.env.NODE_ENV === 'development'){
     // 开发环境
 	// URL_CONFIG = 'http://192.168.1.33:8008'	 //俊俊联调地址
-	// URL_CONFIG = 'http://192.168.2.67:8008'	 //裴裴联调地址
+	URL_CONFIG = 'http://192.168.2.67:8008'	 //裴裴联调地址
 	// URL_CONFIG = 'http://192.168.1.10:8008'	 //超超联调地址
-    URL_CONFIG = 'https://spi-b.caimei365.com'	 //采美测试地址
+    // URL_CONFIG = 'https://spi-b.caimei365.com'	 //采美测试地址
 	// URL_CONFIG = 'https://spi.caimei365.com'
 }else{
     // 生产环境

+ 1 - 1
pages/login/apply.vue

@@ -417,7 +417,7 @@ import { mapMutations } from 'vuex';
 						socialCreditCode:this.socialCreditCode,
 						businessLicenseImage:this.uploadBusinessImage,
 						headpic:this.uploadMentuzImage,
-						firstClubType:this.isOrganizationType,  //机构类型分类 医美:0和生美:1
+						firstClubType:this.isOrganizationType,  //机构类型分类 医美:1和生美:2
 						secondClubType:this.secondClubType,		//机构类型二级分类 诊所:1,门诊:2,医院:3
 						department:this.department,				//科室
 						medicalPracticeLicenseImg:this.uploadMedicalImage,//资质图片

+ 1 - 2
pages/login/information.vue

@@ -270,7 +270,6 @@
 				clubContact:'',	 			//联系人
 				mobile:'',					//联系人手机号
 				socialCreditCode:'',	//统一社会信用代码
-				isAgreed:1,				//是否勾选协议
 				isDisabled:true,
 				isShowInput:true,
 				textareaFocus:false,
@@ -427,6 +426,7 @@
 							name:this.clubName,
 							linkMan1:this.clubContact,
 							sname:this.abbreviation,
+							contractEmail1:this.email,
 							provinceID:this.addressData.provinceID,
 							cityID:this.addressData.cityID,
 							townID:this.addressData.townID,
@@ -438,7 +438,6 @@
 							secondClubType:this.secondClubType,		//机构类型二级分类 诊所:1,门诊:2,医院:3
 							department:this.department,				//科室
 							medicalPracticeLicenseImg:this.uploadMedicalImage,//资质图片
-							isAgreed:this.isAgreed,				//是否勾选协议	
 							mainpro:this.mainpro,
 							fax:this.clubFax,
 							contractPhone:this.clubTelePhone,

+ 2 - 1
pages/user/order/order-sharelogin.vue

@@ -80,12 +80,13 @@
 						}else if(response.code === -2){
 							this.$util.modal('提示',response.msg,'确定','',false,() =>{})
 						}else{
+							console.log(response.msg);
 							this.getOrderCommodityData()
 						}
 					})
 				})
 			},
-			getOrderCommodityData(){
+			getOrderCommodityData(){//查询订单商品信息s
 				this.OrderService.OrderCommodityData({orderId:this.orderID}).then(response =>{
 					this.productList = response.data
 					this.isShareStatus = true

+ 2 - 2
services/ajax.env.js

@@ -2,9 +2,9 @@ let URL_CONFIG = ""
 if(process.env.NODE_ENV === 'development'){
     // 开发环境
 	// URL_CONFIG = 'http://192.168.1.33:8008'	 //俊俊联调地址
-	// URL_CONFIG = 'http://192.168.2.67:8008'	 //裴裴联调地址
+	URL_CONFIG = 'http://192.168.2.67:8008'		 //裴裴联调地址
 	// URL_CONFIG = 'http://192.168.1.10:8008'	 //超超联调地址
-    URL_CONFIG = 'https://spi-b.caimei365.com'	 //采美测试地址
+    // URL_CONFIG = 'https://spi-b.caimei365.com'//采美测试地址
 	// URL_CONFIG = 'https://spi.caimei365.com'
 }else{
     // 生产环境