rk
2026-05-11 7a38456f48d541d737fb46d19f49484b67a806d0
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--