commit
This commit is contained in:
@@ -524,10 +524,10 @@ layout("/layouts/v4/baseLayout.html"){
|
||||
|
||||
// 如果是"推荐应用"分类
|
||||
if (this.activeCategory === "recommended") {
|
||||
$.get("/platform/v4/apps/recommended")
|
||||
$.get("/platform/home/listRecommendApp", { platform: "PC" })
|
||||
.then((result) => {
|
||||
if (result.code === 0) {
|
||||
this.applications = result.data.list || []
|
||||
this.applications = result.data || []
|
||||
} else {
|
||||
console.error("获取推荐应用失败:", result.msg)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user