Commit 969b8c23 by 冷斌

fix bug

parent 98bc147c
......@@ -29,7 +29,7 @@
<!-- 提交 -->
<div class="btnBox">
<button type="button" :style="[!isSub ? '{background: #FC7583;}' : '{background: #FF9FBA;']}" @click="submit" :disabled="!isSub">
<button type="button" style="background: #FF9FBA;" @click="submit" :disabled="!isSub">
提交
</button>
</div>
......@@ -38,6 +38,7 @@
<script>
var vm = new Vue({
el: '#app',
//:style="[!isSub ? '{background: #FC7583;}' : '{background: #FF9FBA;']}"
data: {
form:{
uid: "{$uid}",
......
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