Browse Source

h5 短信相关功能

西昌分支
yxq 4 months ago
parent
commit
caec41e514
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/wxLogin.vue

+ 2
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/wxLogin.vue View File

@@ -31,7 +31,7 @@
<l-input v-if="ready" v-model="password" placeholder="密码" password left> <l-input v-if="ready" v-model="password" placeholder="密码" password left>
<l-icon slot="title" type="lock" /> <l-icon slot="title" type="lock" />
</l-input> </l-input>
<view class="inputBtn">
<view v-if="ready" class="inputBtn">
<l-input v-model="verifycode" placeholder="请输入验证码" left> <l-input v-model="verifycode" placeholder="请输入验证码" left>
<l-icon slot="title" type="lock" /> <l-icon slot="title" type="lock" />
</l-input> </l-input>
@@ -237,6 +237,7 @@ export default {
if(!res){ if(!res){
return return
} }
this.TOAST('短信已发送!')
this.hasSendCode = true this.hasSendCode = true
this.time = 60 this.time = 60


Loading…
Cancel
Save