zhongtianhaoyuan há 2 anos atrás
pai
commit
01ddd06a44

+ 2 - 2
config/index.js

@@ -1,7 +1,7 @@
 const dev = {
-	baseUrlNew: 'https://api.changyuntong56.com',
+	// baseUrlNew: 'https://api.changyuntong56.com',
 	// baseUrlNew: 'https://apitest.changyuntong56.com',
-	// baseUrlNew: 'http://192.168.110.9:8099',
+	baseUrlNew: 'http://192.168.110.9:8099',
 	// baseUrlNew: 'https://apitest.eliangeyun.com',
 	// baseUrlNew: 'http://192.168.110.67:8999/',
 	h5Appid: 'wxb66b599f7f61b46f',

+ 2 - 2
pages/mine/company/addcompany.vue

@@ -909,8 +909,8 @@
 														}
 														_this.dataDetails.unifiedSocialCreditCode = res
 															.data.regNum
-														_this.dataDetails.legalPersonName = res.data
-															.licensePerson
+														// _this.dataDetails.legalPersonName = res.data
+														// 	.licensePerson
 														_this.dataDetails.companyName = res.data
 															.licenseName
 														_this.dataDetails.corporateAccount = _this

+ 1 - 1
pages/mine/index.vue

@@ -99,7 +99,7 @@
 				<view  class='flex'>
 					<view class='flex items-center'><u--image style='margin-right:8px;' :showLoading="true" src="../../static/mine/dailihuozhu.png"
 						width="20px" height="20px"></u--image>代理货主</view>
-					<u-badge v-if='redDotPrompt==0' :isDot="true" type="error"></u-badge>
+					<u-badge v-if='redDotPrompt==0 && hasLogin' :isDot="true" type="error"></u-badge>
 				</view>
 				<view >
 					<image class='right' src="@/static/mine/right.png" mode=""></image>

+ 1 - 0
pages/public/register.vue

@@ -176,6 +176,7 @@
 									if (sec <= 0) {
 										that.sendDisabled = true
 										that.sendText = "获取验证码"
+										that.codestatus = true
 										clearInterval(interval)
 									}
 								}, 1000)

+ 3 - 3
pages/release/record.vue

@@ -195,13 +195,13 @@
 					_val = ''
 				} else {
 					if (good.carModel && good.carModel.includes(2)) {
-						_val += '高栏/'
+						_val += '高栏'
 					}
 					if (good.carModel && good.carModel.includes(3)) {
-						_val += '集装箱/'
+						_val += '/集装箱'
 					}
 					if (good.carModel && good.carModel.includes(4)) {
-						_val += '自卸车'
+						_val += '/自卸车'
 					}
 				}
 				return _val