@@ -87,6 +87,7 @@ export default {
const { status, msg } = await apiUserCash(amount)
this.booLock = false
if (status) {
+ Toast(msg)
// 更新用户信息
this.$store.dispatch('common/getUserInfo')
} else {