Commit deff9dd0 by sunerhu

1.修改了一些Bug

parent 2ef3f594
...@@ -55,7 +55,6 @@ ...@@ -55,7 +55,6 @@
} }
}, },
onLoad(options) { onLoad(options) {
console.log(options, 2225)
this.form.name = options.name?options.name:'' this.form.name = options.name?options.name:''
this.form.mobile = options.mobile? options.mobile: '' this.form.mobile = options.mobile? options.mobile: ''
this.form.id = options.id?options.id:'' this.form.id = options.id?options.id:''
...@@ -69,8 +68,8 @@ ...@@ -69,8 +68,8 @@
} }
if(common.mobileNoValid(this.form.mobile) && !this.disabledSendBtn){ if(common.mobileNoValid(this.form.mobile) && !this.disabledSendBtn){
api.verificationCode(params).then((res)=>{ api.verificationCode(params).then((res)=>{
console.log(res)
if(res['success']){ if(res['success']){
uni.setStorageSync('isLogin','1')
this.delayTime() this.delayTime()
} }
}) })
......
...@@ -164,7 +164,6 @@ ...@@ -164,7 +164,6 @@
}, },
onLoad() { onLoad() {
this.getqueryOrgList() this.getqueryOrgList()
console.log(uni.getStorageSync('userinfodataForm'),74174)
let dataForm = uni.getStorageSync('userinfodataForm') let dataForm = uni.getStorageSync('userinfodataForm')
this.realName = dataForm.realName 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