twt 5 月之前
父节点
当前提交
f488dd4e8d
共有 2 个文件被更改,包括 5 次插入2 次删除
  1. 4 1
      pages/activity/jkDetail.vue
  2. 1 1
      utils/request.js

+ 4 - 1
pages/activity/jkDetail.vue

@@ -794,7 +794,10 @@
 					if(this.wxOpenData.loginInfo.customerInfo){
 					if(this.wxOpenData.loginInfo.customerInfo){
 						this.customerName=this.wxOpenData.loginInfo.customerInfo.customerName
 						this.customerName=this.wxOpenData.loginInfo.customerInfo.customerName
 					}
 					}
-					this.plateNumber=this.$store.state.carInfo.plateNumber;
+					if(this.$store.state.carInfo){
+						this.plateNumber=this.$store.state.carInfo.plateNumber;
+					}
+					
 					this.bmShow=true;
 					this.bmShow=true;
 				}else{
 				}else{
 					this.authorizShow=true
 					this.authorizShow=true

+ 1 - 1
utils/request.js

@@ -11,7 +11,7 @@ console.log(extConfig)
 const baseUrl=extConfig.url+'/'
 const baseUrl=extConfig.url+'/'
 
 
 //const baseUrl='http://dms.66km.com.cn/'
 //const baseUrl='http://dms.66km.com.cn/'
-//const baseUrl='http://192.168.0.18:20187/' 
+//const baseUrl='http://192.168.0.10:20187/' 
 //const baseUrl='https://store-api.qdbtl.cn/'
 //const baseUrl='https://store-api.qdbtl.cn/'
 //const baseUrl='https://apidms.66km.com/'
 //const baseUrl='https://apidms.66km.com/'
 //京猫虎
 //京猫虎