zhengjinyi 5 lat temu
rodzic
commit
8b9c11779e

+ 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.24:8008'	 //俊俊联调地址
-	URL_CONFIG = 'http://192.168.1.22:8008'	 //裴裴联调地址
+	// URL_CONFIG = 'http://192.168.1.22:8008'	 //裴裴联调地址
 	// URL_CONFIG = 'http://192.168.1.26:8008'	 //超超联调地址
-    // URL_CONFIG = 'https://spi-b.caimei365.com'	 //采美测试地址
+    URL_CONFIG = 'https://spi-b.caimei365.com'	 //采美测试地址
 	// URL_CONFIG = 'https://spi.caimei365.com'
 }else{
     // 生产环境

+ 1 - 1
components/cm-module/creatOrder/invoiceTent.vue

@@ -122,7 +122,7 @@
 					invoiceTitleType:'0'//发票抬头类型 1企业 0个人
 				},
 				invoiceData:{
-					id:'',
+					id:null,
 					invoiceTitle:'',	 //单位名称
 					corporationTaxNum:'',//纳税人识别号
 					registeredAddress: '',//单位地址

+ 2 - 2
pages/login/apply.vue

@@ -291,8 +291,8 @@ import { mapMutations } from 'vuex';
 						}
 						this.registerEmail = organizationUser.email	
 						this.clubID = organizationUser.clubID
-						// this.clubName = this.$reg.checkData(organizationClub.name)
-						// this.abbreviation = this.$reg.checkData(organizationClub.sname)
+						this.clubName = this.$reg.checkData(organizationClub.name)
+						this.abbreviation = this.$reg.checkData(organizationClub.sname)
 						if( organizationClub.provinceID == null ){
 							this.addressData.provinceID = ''
 						}else{

+ 2 - 0
pages/user/order/create-order.vue

@@ -281,6 +281,8 @@
 						payInfo:this.payInfo,	//订单信息
 						orderInvoice:this.invoiceData
 					}
+					console.log(param)
+					debugger
 				this.modalLayer = true;	
 				createOrderSubmit({'params':JSON.stringify(param)}).then(response =>{
 					if(response.code === 1){