Commit 5f0a5259 by fengfan

也不知道对不对 也没法预览 改了几个地方

parent 371bded0
import axios from 'axios';
let http = axios.create({
baseURL: 'http://wanda-qj.maxrocky.com/',
baseURL: 'http://wanda-qj.iyunfish.com/',
// baseURL: 'http://wanda-qj.maxrocky.com/',
// baseURL: 'http://web-comment.iyunfish.cn/',
withCredentials: true,
});
......
......@@ -22,10 +22,10 @@
<myInput v-if="isUse == 1" msg="" ref="input4" class="input" reg="" :isUse="isUse" :value="addressDetail" palc="您的详细地址" @blur.native="blur"/>
<input v-if="isUse == 0 && addressDetail" type="text" class="input" v-model="addressDetail" readonly>
</div>
<div class="item">
<div class="item" v-if="isUse == 0 && danwei" >
<img src="../assets/icon4.png" alt="">
<myInput v-if="isUse == 1" msg="" ref="input3" class="input" reg="" :isUse="isUse" :value="danwei" palc="您的摄协单位(选填)" @blur.native="blur"/>
<input v-if="isUse == 0" type="text" class="input" v-model="danwei" readonly>
<input v-if="isUse == 0 && danwei" type="text" class="input" v-model="danwei" readonly>
</div>
<div class="item" v-if="number && number != -1">
<img src="../assets/icon5.png" alt="">
......@@ -118,7 +118,7 @@ export default {
if(this.isUse == 1){
return 'normal'
}else {
return 'active'
return 'normal'||'active'
}
}
},
......@@ -430,6 +430,7 @@ textarea::-webkit-input-placeholder {
background: none;
color: #1281aa;
border-radius: 1vw;
margin: 10px;
&.normal{
color: #fff;
background: #1281aa;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment