浏览代码

h5 短信相关功能

西昌分支
yxq 4 个月前
父节点
当前提交
caec41e514
共有 1 个文件被更改,包括 2 次插入1 次删除
  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 查看文件

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


正在加载...
取消
保存