Explorar el Código

需求池 967 ok

bding hace 7 meses
padre
commit
2c6f595866
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      pages/index/index.vue

+ 1 - 2
pages/index/index.vue

@@ -216,7 +216,7 @@ export default {
       const res = await Home.getNewList({
         PageSize: this.pageSize,
         CurrentIndex: this.page_no,
-        TagIds: this.actIdLable,
+        TagIds: this.actIdLable || "",
         ChartPermissionId: this.industrytabActId,
       });
       if (res.Ret === 200) {
@@ -488,7 +488,6 @@ export default {
         imageUrl: item.AudioShareImg || item.ShareImg,
       };
     } else {
-      console.log(this.actIdLable);
       return {
         title: this.isHorzMobile ? "好友向您推荐此内容,上传名片享查研观向免费月卡!" : "弘则研究—聚焦·前瞻·客观·深度",
         path: "/pages/index/index?industrytabActId=" + this.industrytabActId + "&findIndexId=" + this.actIdLable,