123
This commit is contained in:
parent
fe58685645
commit
8369dd8188
@ -242,21 +242,21 @@
|
||||
}
|
||||
},
|
||||
onLoad(options) {
|
||||
debugger
|
||||
if (options) {
|
||||
this.typeop = options.type;
|
||||
}
|
||||
|
||||
// this.$refs.datetimePicker.setFormatter(this.formatter)
|
||||
// this.handelData()
|
||||
// this.getDetail()
|
||||
},
|
||||
onShow() {
|
||||
const userInfo = uni.getStorageSync('userInfo')
|
||||
this.phoneNumber = userInfo.mobile
|
||||
this.niName = userInfo.nickname
|
||||
this.realname = userInfo.username
|
||||
this.avatar = userInfo.avatar
|
||||
this.signature = userInfo.bio != '' ? userInfo.bio : '带着热爱,在搭子圈里撒野~'
|
||||
// this.$refs.datetimePicker.setFormatter(this.formatter)
|
||||
// this.handelData()
|
||||
// this.getDetail()
|
||||
},
|
||||
onShow() {
|
||||
this.getSfInfo();
|
||||
this.getBankList();
|
||||
this.getDetail();
|
||||
@ -276,7 +276,6 @@
|
||||
})
|
||||
},
|
||||
toName(e) {
|
||||
debugger;
|
||||
uni.navigateTo({
|
||||
url: '/packageB/names/index?type=' + e
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user