修改接口报错

This commit is contained in:
duan
2024-12-31 16:14:19 +08:00
parent 75a0fa06bd
commit 8775b23f6a
9 changed files with 12 additions and 12 deletions

View File

@@ -538,7 +538,7 @@
}, 50)
},
async getRedPack(){
const res=await this.$Request.getT('app/moneyDetails/selectUserMoney')
const res=await this.$Request.getT('/app/moneyDetails/selectUserMoney')
if(res.code==0){
this.totalMoney=res.data.amount
}