MrShi
16 小时以前 29c41b9456bf5db4fdf23e1e6beddf9d4620e55c
mini-program/pages/change-binding/change-binding.vue
@@ -109,7 +109,7 @@
            }
         },
         jishi() {
            this.num = 10
            this.num = 60
            this.timer = setInterval(() => {
               if (this.num > 0) {
                  this.num--