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