Browse Source

贷款-申请去除图形验证

panyong 4 years ago
parent
commit
9c37f44d74
1 changed files with 5 additions and 5 deletions
  1. 5 5
      htmldev/loan/src/views/loan/apply/index.vue

+ 5 - 5
htmldev/loan/src/views/loan/apply/index.vue

@@ -29,7 +29,7 @@
                  @input="funLimitLength">
         </div>
       </li>
-      <li>
+      <li v-if="false">
         <label>
           <span v-for="(str, index) in '图形验证:'" :key="index">{{ str }}</span>
         </label>
@@ -257,10 +257,10 @@
           return
         }
 
-        if (!capture) {
-          Toast('请输入图片验证码')
-          return
-        }
+        // if (!capture) {
+        //   Toast('请输入图片验证码')
+        //   return
+        // }
         this.funCutDown()
         sendSMS(orderUserPhone, 0, capture).then(res => {
           if (res.status) {