最赞回答 / akakidz
我加了两个变量,zero判断是否通过input修改传值,firstC判断是否第一次点击重置按钮watch: {num:function(){if(!this.zero){this.count++,firstC=true}else{this.zero = false}}},methods: {reset:function(){if(firstC){this.num='';this.zero = true;this.count = 0;firstC = false;}else{alert("点一次就行了!")...
2019-08-06
最赞回答 / 青铜3
在 sign_c 前面加上 this.changeContent: function() { if(this.sign_c == 0) { this.content = "<h1>Hello SuperAnt</h1>" this.sign_c = 1 } else { this.content = "<h1>Hello World</h1>" this.sign_c = 0 } ...
2019-08-05
最新回答 / qq_正年轻_0
如果是data的数据项,如果一条当然不写逗号分隔,多条时最后一条数据后面不需要逗号。 方法里面的语句后,就跟jquery,javascript一样分号可以不写。
2019-07-25