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