This commit is contained in:
PQZ 2024-09-24 22:36:59 +08:00
parent 67f1aa8715
commit a49d953ccc

View File

@ -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>