Commit f669b3a9 authored by 毛线's avatar 毛线

更新用户金额有延迟

parent 13b9503a
...@@ -214,6 +214,9 @@ export default { ...@@ -214,6 +214,9 @@ export default {
params, params,
}).then(({ data }) => { }).then(({ data }) => {
this.GetBaseInfo() this.GetBaseInfo()
setTimeout(() => {
this.GetBaseInfo()
}, 1000)
}) })
this.creditInShow = false this.creditInShow = false
}, },
...@@ -228,6 +231,9 @@ export default { ...@@ -228,6 +231,9 @@ export default {
params, params,
}).then(({ data }) => { }).then(({ data }) => {
this.GetBaseInfo() this.GetBaseInfo()
setTimeout(() => {
this.GetBaseInfo()
}, 1000)
}) })
}, },
jackpotList: () => { 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