Forráskód Böngészése

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

紧急修正:搜索页广告标识错误
dangyunlong 1 napja
szülő
commit
5b78c9dc76
1 módosított fájl, 1 hozzáadás és 1 törlés
  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)