MrShi
19 小时以前 cc61f4a42e135360133f7715376e029b5904f001
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--