1
This commit is contained in:
parent
67f1aa8715
commit
a49d953ccc
@ -70,8 +70,7 @@
|
|||||||
tabBarVue,
|
tabBarVue,
|
||||||
VNavigationBar
|
VNavigationBar
|
||||||
},
|
},
|
||||||
|
onShow(data) {
|
||||||
onLoad(data) {
|
|
||||||
this.getServer()
|
this.getServer()
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
@ -109,13 +108,8 @@
|
|||||||
params:{}
|
params:{}
|
||||||
})
|
})
|
||||||
this.customInfo = res.data
|
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>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user