1
This commit is contained in:
parent
67f1aa8715
commit
a49d953ccc
@ -70,8 +70,7 @@
|
||||
tabBarVue,
|
||||
VNavigationBar
|
||||
},
|
||||
|
||||
onLoad(data) {
|
||||
onShow(data) {
|
||||
this.getServer()
|
||||
},
|
||||
data() {
|
||||
@ -109,13 +108,8 @@
|
||||
params:{}
|
||||
})
|
||||
this.customInfo = res.data
|
||||
uni.setStorageSync('customerInfo', JSON.stringify(this.customInfo))
|
||||
// JSON.parse(JSON.stringify(files))
|
||||
// const a = uni.getStorageSync('customerInfo')
|
||||
// console.log(JSON.parse(a),115)
|
||||
|
||||
|
||||
}
|
||||
uni.setStorageSync('customerInfo', JSON.stringify(this.customInfo))
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user