修改红包记录字体颜色

This commit is contained in:
GaoHao
2024-12-09 14:28:55 +08:00
parent 69b1f22c82
commit 2edc997c39
3 changed files with 8 additions and 8 deletions

View File

@@ -142,7 +142,7 @@
// })
this.$Request.getT('app/moneyDetails/selectUserMoney').then(res => {
if (res.code == 0) {
this.mayMoney = res.data.amount
this.mayMoney = res.data.amount||0
}
})
},