|
@@ -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,
|