Commit 45d6bcfe by 冷斌

fix bug

parent 85577f82
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
thumb: '', thumb: '',
}, },
isSub: true, isSub: true,
isBk: 'background: #FF9FBA;' isBk: ''
}, },
methods: { methods: {
//事件 //事件
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
} }
} }
this.isSub = status; this.isSub = status;
this.isBk= status ? 'background: #FF9FBA;' : 'background: #FC7583;'; this.isBk= status ? '' : 'background: #FC7583;';
}, },
submit: function () { submit: function () {
layer.msg("123"); layer.msg("123");
......
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