修改接口报错
This commit is contained in:
@@ -521,7 +521,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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user