فهرست منبع

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

紧急修正:搜索页广告标识错误
dangyunlong 1 روز پیش
والد
کامیت
5b78c9dc76
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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)