代理余额显示问题
This commit is contained in:
@@ -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/";
|
||||
|
||||
/**
|
||||
* 请求拦截
|
||||
|
||||
@@ -1867,7 +1867,7 @@
|
||||
data
|
||||
}) => {
|
||||
let returnData = data.data
|
||||
this.usermMoneys = data.data.money
|
||||
this.usermMoneys = data.data.amount
|
||||
})
|
||||
},
|
||||
|
||||
|
||||
@@ -331,7 +331,7 @@
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
})
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user