Commit 2deaa050 by hank

按钮置灰

parents d3f3ecfd 62f184b3
......@@ -2,6 +2,7 @@ import axios from 'axios';
let http = axios.create({
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 == 1 || 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="">
......@@ -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