@@ -216,6 +216,7 @@ const { reportInfo } = toRefs(state);
}
.content-top {
+ margin-top: 115px;
.report-title {
font-size: 34px;
font-weight: bold;
@@ -197,12 +197,21 @@ const onClickTabs = () => {
/* 去往详情 */
const goDetail = (item) => {
- router.push({
- path: "detail",
- query: {
- id: item.ArticleId,
- },
- });
+ if (item.IsNeedJump) {
+ router.push({
+ path: "/htgj/strategyDetail",
+ query: {
+ id: item.ArticleId,
+ },
+ });
+ } else {
+ path: "/htgj/detail",
+ }
};
watch(
@@ -12,7 +12,7 @@ const state = reactive({
reportInfo: {},
});
const rerportId = ref(null);
-const haveData = ref();
+const haveData = ref(1);
const showTips = ref(false);
//点击回到搜索页面