Commit 43ac9c1b authored by 毛线's avatar 毛线

更新用户信息延迟执行

parent f669b3a9
......@@ -216,7 +216,7 @@ export default {
this.GetBaseInfo()
setTimeout(() => {
this.GetBaseInfo()
}, 1000)
}, 3000)
})
this.creditInShow = false
},
......@@ -233,7 +233,7 @@ export default {
this.GetBaseInfo()
setTimeout(() => {
this.GetBaseInfo()
}, 1000)
}, 3000)
})
},
jackpotList: () => {
......
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