mini-program/pages/change-binding/change-binding.vue
@@ -71,6 +71,7 @@ title: '换绑成功!', icon: 'none' }) uni.$emit('phone') uni.navigateBack({ delta: 1 }); } }) @@ -109,7 +110,7 @@ } }, jishi() { this.num = 10 this.num = 60 this.timer = setInterval(() => { if (this.num > 0) { this.num--