修改心身量表选择城市的展现形式

This commit is contained in:
liuyuan
2025-02-05 10:08:25 +08:00
parent b24119a549
commit 1cbc7f96cd
6 changed files with 224 additions and 132 deletions

View File

@@ -502,7 +502,6 @@
},
})
.then(async (res) => {
console.log("res at line 615:", res);
if (res.code == 0 && res.list && res.list.length > 0) {
this.advertisementList = res.list;