Explorar el Código

手机号验证页面添加错误提示

guessPrice
suizhijia hace 5 años
padre
commit
9d6db969d3
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. +5
    -0
      496_dongfengqichen/pages/mobileVerification/mobileVerification.js

+ 5
- 0
496_dongfengqichen/pages/mobileVerification/mobileVerification.js Ver fichero

@@ -190,6 +190,11 @@ Page({
url: '../scout/register/register'
})
}
}else{
wx.showToast({
title: res.msg,
icon:'none'
})
}
}, this);
},

Cargando…
Cancelar
Guardar