Commit f669b3a9 authored by 毛线's avatar 毛线

更新用户金额有延迟

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