代理余额显示问题

This commit is contained in:
GYJ 2024-12-14 14:14:12 +08:00
parent 5312fb7c36
commit deb2d0305d
3 changed files with 4 additions and 4 deletions

View File

@ -14,8 +14,8 @@ const http = axios.create({
})
// const requestURl = "http://localhost:8100/sqx_fast/";
const requestURl = "https://video.hnsiyao.cn/sqx_fast/";
// const requestURl = "https://dj-api.hnsiyao.cn/sqx_fast/";
// const requestURl = "https://video.hnsiyao.cn/sqx_fast/";
const requestURl = "https://dj-api.hnsiyao.cn/sqx_fast/";
/**
* 请求拦截

View File

@ -1867,7 +1867,7 @@
data
}) => {
let returnData = data.data
this.usermMoneys = data.data.money
this.usermMoneys = data.data.amount
})
},

View File

@ -331,7 +331,7 @@
}
})
}
})
})
},