Commit 20d8c576 authored by Tang Xinwei's avatar Tang Xinwei

Merge branch 'dealer_season2_changes' into 'master'

修复前端 用户页面BUG

See merge request !12
parents acfff4a1 676a37e3
Pipeline #32767 failed with stages
in 2 minutes and 48 seconds
This diff is collapsed.
......@@ -380,7 +380,7 @@
async fetchVsMalissStats() {
try {
const apiUrl = 'https://sapi.moecube.com:444/dealer4/api/user';
const url = `${apiUrl}/${this.user.username}`;
const url = `${apiUrl}/${username}`;
console.log('世界BOSS素体API: ', url);
const response = await Vue.http.get(url);
const jsonData = await response.json();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment