Przeglądaj źródła

commit -m 测试优化

zhengjinyi 4 lat temu
rodzic
commit
7e80caa9c6

+ 2 - 2
common/config/config.js

@@ -1,10 +1,10 @@
 let URL_CONFIG = ""
 if(process.env.NODE_ENV === 'development'){
     // 开发环境
-	URL_CONFIG = 'http://192.168.2.68:8008'	 //本地IP联调地址
+	// URL_CONFIG = 'http://192.168.2.68:8008'	 //涛涛联调地址
 	// URL_CONFIG = 'http://192.168.2.67:8008'	 //裴裴联调地址
 	// URL_CONFIG = 'http://192.168.2.75:8008'	 //超超联调地址
-    // URL_CONFIG = 'https://spi-b.caimei365.com'	 //采美测试地址
+	URL_CONFIG = 'https://spi-b.caimei365.com'	 //采美测试地址
 	// URL_CONFIG = 'https://spi.caimei365.com'
 }else{
     // 生产环境

+ 2 - 3
components/cm-module/cm-seller/home.vue

@@ -587,8 +587,7 @@
 			border-radius: 20rpx;
 			.floor-item{
 				width: 341rpx;
-				// height: 568rpx;
-				height: 500rpx;
+				height: 568rpx;
 				margin-right: 20rpx;
 				font-size: $font-size-24;
 				color: $text-color;
@@ -614,7 +613,7 @@
 					padding: 0 15rpx;
 				}
 				.floor-item-act{
-					display: none;
+					display: block;
 					width: 100%;
 					height: 68rpx;
 					text-align: center;

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

@@ -99,7 +99,7 @@
 		name:"invoice",
 		data() {
 			return{
-				invoiceText:'不发票',
+				invoiceText:'不发票',
 				specClass: '',//规格弹窗css类,控制开关动画
 				invoiceType:'1',//发票类型
 				current:0,
@@ -158,7 +158,7 @@
 				switch(this.invoiceType){
 					case '1':
 						this.choiceaInvoiceThree()
-						this.invoiceText = '不发票'
+						this.invoiceText = '不发票'
 						break;
 					// case '2':
 					// 	this.choiceaInvoiceTwo()
@@ -170,7 +170,7 @@
 						break;	
 						default:
 						this.choiceaInvoiceThree()
-						this.invoiceText = '不发票'
+						this.invoiceText = '不发票'
 				}
 			},
 			choiceaInvoiceFirst(){//增值税发票
@@ -232,7 +232,7 @@
 				this.$emit('handleChoiceaInvoice',Object.assign(this.peopleInvoiceData,'',{type:1}))
 				this.hideSpec()
 			},
-			choiceaInvoiceThree(){//不发票
+			choiceaInvoiceThree(){//不发票
 				this.invoiceData = {}
 				this.$emit('handleChoiceaInvoice',Object.assign(this.invoiceData,'',{type:0}))
 				this.hideSpec()

+ 5 - 5
components/cm-module/creatOrder/sellerInvoice.vue

@@ -99,14 +99,14 @@
 		name:"invoice",
 		data() {
 			return{
-				invoiceText:'不发票',
+				invoiceText:'不发票',
 				specClass: '',//规格弹窗css类,控制开关动画
 				invoiceType:'1',//发票类型
 				current:0,
 				titleCurrent:0,
 				inventoryChecked:false,
 				invoiceTypeList:[
-					{value:'1',name:'不发票'},
+					{value:'1',name:'不发票'},
 					{value:'2',name:'增值税发票'},
 				],
 				invoiceTitleList:[
@@ -158,7 +158,7 @@
 				switch(this.invoiceType){
 					case '1':
 						this.choiceaInvoiceThree()
-						this.invoiceText = '不发票'
+						this.invoiceText = '不发票'
 						break;
 					// case '2':
 					// 	this.choiceaInvoiceTwo()
@@ -170,7 +170,7 @@
 						break;
 						default:
 						this.choiceaInvoiceThree()
-						this.invoiceText = '不发票'
+						this.invoiceText = '不发票'
 				}
 			},
 			choiceaInvoiceFirst(){//增值税发票
@@ -232,7 +232,7 @@
 				this.$emit('handleChoiceaInvoice',Object.assign(this.peopleInvoiceData,'',{type:1}))
 				this.hideSpec()
 			},
-			choiceaInvoiceThree(){//不发票
+			choiceaInvoiceThree(){//不发票
 				this.invoiceData = {}
 				this.$emit('handleChoiceaInvoice',Object.assign(this.invoiceData,'',{type:0}))
 				this.hideSpec()

+ 2 - 2
services/ajax.env.js

@@ -1,10 +1,10 @@
 let URL_CONFIG = ""
 if(process.env.NODE_ENV === 'development'){
     // 开发环境
-	URL_CONFIG = 'http://192.168.2.68:8008'	 //本地IP联调地址
+	// URL_CONFIG = 'http://192.168.2.68:8008'	 //涛涛联调地址
 	// URL_CONFIG = 'http://192.168.2.67:8008'	 //裴裴联调地址
 	// URL_CONFIG = 'http://192.168.2.75:8008'	 //超超联调地址
-    // URL_CONFIG = 'https://spi-b.caimei365.com'	 //采美测试地址
+    URL_CONFIG = 'https://spi-b.caimei365.com'	 //采美测试地址
 	// URL_CONFIG = 'https://spi.caimei365.com'
 }else{
     // 生产环境