/* 重置 */
reset() {
this.$nextTick(() => {
setTimeout(() => {
this.x = 0;
this.oldx = 0;
}, 100);
});
this.count = 0;
this.isOk = false;
}
这么写才能完成重置
0 个回复