nidapeng
2024-03-29 c4a4786b5c93882aaded3164dc329e35b88eca5b
company/src/components/business/OperaWtbApplyShopWindow.vue
@@ -448,7 +448,7 @@
            <div style="width: 100%; display: flex; align-items: center;">
              <el-input v-model="form.code" placeholder="请输入" v-trim/>
              <el-button type="primary" style="margin-left: 15px;" @click="send" v-if="num === 0">发送验证码</el-button>
              <el-button type="primary" style="margin-left: 15px;" v-else>{{num}}</el-button>
              <el-button type="primary" style="margin-left: 15px;" v-else>{{num}}s</el-button>
            </div>
          </el-form-item>
        </el-form>
@@ -638,7 +638,7 @@
    },
    send () {
      sendSms({
        phone: this.form1.phone
        phone: this.form.phone
      }).then(res => {
        this.num = 60
        this.setTime()