Commit deff9dd0 by sunerhu

1.修改了一些Bug

parent 2ef3f594
......@@ -55,7 +55,6 @@
}
},
onLoad(options) {
console.log(options, 2225)
this.form.name = options.name?options.name:''
this.form.mobile = options.mobile? options.mobile: ''
this.form.id = options.id?options.id:''
......@@ -69,8 +68,8 @@
}
if(common.mobileNoValid(this.form.mobile) && !this.disabledSendBtn){
api.verificationCode(params).then((res)=>{
console.log(res)
if(res['success']){
uni.setStorageSync('isLogin','1')
this.delayTime()
}
})
......
......@@ -164,7 +164,6 @@
},
onLoad() {
this.getqueryOrgList()
console.log(uni.getStorageSync('userinfodataForm'),74174)
let dataForm = uni.getStorageSync('userinfodataForm')
this.realName = dataForm.realName
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment