Commit 835da4a1 by hank

bug

parent fa5f1b6c
......@@ -25,7 +25,7 @@
<div class="item">
<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="">
......
......@@ -3,4 +3,4 @@ cp ./dist/index.html ./dist/index.blade.php
\scp -r ./dist/index.blade.php root@101.200.152.229:/home/webroot/wanda.h5comment/src/resources/views/web/sign
# \scp -r ./dist/static root@101.200.152.229:/home/webroot/wanda.h5comment/src/public/message
\scp -r ./dist/* root@101.200.152.229:/home/webroot/wanda.h5comment/src/public/sign
# pass word Maxrocky5721
\ No newline at end of file
# pass word Maxrocky5721
\ No newline at end of file
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