This commit is contained in:
Paidax
2024-12-04 08:51:01 +08:00
parent 2ffadd89a7
commit 02150326e0
63 changed files with 2362 additions and 2243 deletions
+1 -1
View File
@@ -692,7 +692,7 @@ layout("/mobile/platform.html"){
}
},
listActivity() {
$.get("/platform/home/listHomeActivity").then((resp) => {
$.get("/platform/sys/homeActivity/listHomeActivity").then((resp) => {
if (resp.code === 0) {
this.activityList = resp.data
}