修改接口报错
This commit is contained in:
@@ -551,7 +551,7 @@ export default {
|
||||
}, 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