Commit 522322ee by 陆志强

feat: 优化postinfo

parent 372d46c2
......@@ -3,9 +3,9 @@ export default async function ({ route, store }) {
try {
await store.dispatch('users/getUerInfo', { uin })
// pv统计
await store.dispatch('users/postInfo', id)
}
catch (error) {
console.log(error)
}
await store.dispatch('users/postInfo', id)
}
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 sign in to comment