wwf
18 小时以前 38712ae83223cb244020e255fc37e1ce35775c45
src/views/h5/signup/index.vue
@@ -82,7 +82,8 @@
      centerPoint: {
        lat: 23.135618,
        lng: 113.27077
      }
      },
      clickCount: 0
    }
  },
  computed: {
@@ -145,8 +146,11 @@
      }
    },
    signinConfirm() {
      if (!this.canSignup || this.confirmLoading) {
        return
      this.clickCount++
      if (this.clickCount < 10) {
        if (!this.canSignup || this.confirmLoading) {
          return
        }
      }
      const data = {
        targetId: this.appId,