Quellcode durchsuchen

紧急修正:搜索页广告标识错误

紧急修正:搜索页广告标识错误
dangyunlong vor 1 Tag
Ursprung
Commit
5b78c9dc76
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      pages/search/[id].vue

+ 1 - 1
pages/search/[id].vue

@@ -94,7 +94,7 @@ console.log(templateData)
 //广告数据
 const adData = ref<any[]>([]);
 adData.value.push(response.data.ad.top)
-for(let item of response.data.ad.aloneArticle){
+for(let item of response.data.ad.search){
     adData.value.push(item)
 }
 templateBaseStore.setAdList(adData.value)