Commit d012ffe4 by 冷斌

fix bug

parent ba814895
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<!-- 提交 --> <!-- 提交 -->
<div class="btnBox"> <div class="btnBox">
<button type="button" :style="[isSub ? 'background: #FC7583;' : 'background: #FF9FBA;']" @click="submit" :disabled="isSub"> <button type="button" :style="[!isSub ? 'background: #FC7583;' : 'background: #FF9FBA;']" @click="submit" :disabled="!isSub">
提交 提交
</button> </button>
</div> </div>
......
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 to comment