rk
2026-03-17 a9e1505680c7dd45840975b38451ef88d451e6d4
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--