Explorar el Código

Merge branch '西昌分支' of http://8.141.155.183:3000/bjquanjiang/DigitalScholl into 西昌分支

西昌分支
dyy hace 4 meses
padre
commit
3bc92913e4
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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 Ver fichero

@@ -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>
@@ -236,6 +236,7 @@ export default {
if(!res){ if(!res){
return return
} }
this.TOAST('短信已发送!')
this.hasSendCode = true this.hasSendCode = true
this.time = 60 this.time = 60


Cargando…
Cancelar
Guardar