Compare commits
No commits in common. "257cf7df40a06608e8e81cbce72a9b4056a52537" and "67f1aa8715dc9e7099e54d6fa17215b9acf4d3d9" have entirely different histories.
257cf7df40
...
67f1aa8715
@ -70,7 +70,8 @@
|
||||
tabBarVue,
|
||||
VNavigationBar
|
||||
},
|
||||
onShow(data) {
|
||||
|
||||
onLoad(data) {
|
||||
this.getServer()
|
||||
},
|
||||
data() {
|
||||
@ -108,8 +109,13 @@
|
||||
params:{}
|
||||
})
|
||||
this.customInfo = res.data
|
||||
uni.setStorageSync('customerInfo', JSON.stringify(this.customInfo))
|
||||
}
|
||||
uni.setStorageSync('customerInfo', JSON.stringify(this.customInfo))
|
||||
// JSON.parse(JSON.stringify(files))
|
||||
// const a = uni.getStorageSync('customerInfo')
|
||||
// console.log(JSON.parse(a),115)
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
@ -80,7 +80,7 @@
|
||||
levelEquityList: []
|
||||
};
|
||||
},
|
||||
onShow(data) {
|
||||
onLoad(data) {
|
||||
//当前登录用户信息
|
||||
this.customInfo = JSON.parse(uni.getStorageSync('customerInfo'))
|
||||
this.getMemberList()
|
||||
|
||||
@ -37,7 +37,7 @@
|
||||
customInfo:{}
|
||||
};
|
||||
},
|
||||
onShow(data) {
|
||||
onLoad(data) {
|
||||
//当前登录用户信息
|
||||
this.customInfo = JSON.parse(uni.getStorageSync('customerInfo'))
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user