소스 검색

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

紧急修正:搜索页广告标识错误
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)