Commit 509b9639 by 冷斌

fix bug

parent 9629c2a7
......@@ -48,7 +48,7 @@
thumb: '',
},
isSub: true,
isBk: '',
isBk: 'background: #FF9FBA;',
btn: '提交',
},
methods: {
......@@ -62,7 +62,7 @@
}
}
this.isSub = status;
this.isBk= status ? '' : 'background: #FC7583;';
this.isBk= status ? 'background: #FF9FBA;' : 'background: #FC7583;';
},
submit: function () {
this.isSub = false;
......
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