rk
2026-03-23 bf7b975c7ebe94ac801d72671cefc4d6ec01d56e
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--