Commit fa916f6d by 冷斌

fix bug

parent 804f6739
......@@ -29,7 +29,7 @@
<!-- 提交 -->
<div class="btnBox">
<button type="button" :class="[isSubmit ? 'btnOne' : 'btnTwo']" @click="submit" :disabled="isSub">
<button type="button" :class="[isSub ? 'btnOne' : 'btnTwo']" @click="submit" :disabled="isSub">
提交
</button>
</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