Commit 98bc147c by 冷斌

fix bug

parent d012ffe4
......@@ -29,7 +29,7 @@
<!-- 提交 -->
<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>
</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