Commit accc58ed authored by tanjuanjuan's avatar tanjuanjuan

修改

parent 9d15e83b
......@@ -161,14 +161,14 @@
flag4.value = !flag4.value
}
const pInfo = computed(() => {
return personStore.person || null
return JSON.parse(personStore.person) || null
})
// const loadData = computed(() => {
// return store.state.loadData || ""
// })
const goToMap=()=>{
xma.navigateTo({
url: "pages/map/map",
url: "/pages/map/map",
animationType: 'pop-in',
animationDuration: 200
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment