diff --git a/src/api/index.ts b/src/api/index.ts
index 0e466a5..beaf06d 100644
--- a/src/api/index.ts
+++ b/src/api/index.ts
@@ -62,3 +62,8 @@ export const searchNews = (data: any) => {
return Request.post("/news/search", data);
};
+
+// 已发布列表
+export const getReleaseList = (data: any) => {
+ return Request.post("/news/top_news_release_h5_d", data);
+};
diff --git a/src/components/RankList.vue b/src/components/RankList.vue
index b87c591..e36002c 100644
--- a/src/components/RankList.vue
+++ b/src/components/RankList.vue
@@ -1,19 +1,8 @@
-
+
-
+
@@ -27,20 +16,15 @@
{{ index + 1 }}
-
+
{{ item.title }}
{{ item.summary }}
{{ item.source }}
- {{
- dayjs(item.publish_time).format("YYYY-MM-DD HH:MM:ss")
- }}
+ {{ dayjs(item.publish_time).format("YYYY-MM-DD HH:MM:ss") }}
-
+
资讯评分:
{{ item.news_score }}
@@ -49,7 +33,7 @@
-
+
收起
展开全部
@@ -60,8 +44,7 @@
:show="LoginShow"
@handlePopupClose="handlePopupClose"
@handlePopupSuccessCallback="handlePopupSuccessCallback"
- @handlePopupErrorCallback="handlePopupErrorCallback"
- />
+ @handlePopupErrorCallback="handlePopupErrorCallback" />
@@ -113,6 +96,10 @@ const props = defineProps({
required: true,
default: () => [],
},
+ needExp: {
+ type: Boolean,
+ default: true,
+ },
});
const clickItem = ref({});
diff --git a/src/pages.json b/src/pages.json
index 1f03c41..f75f499 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -19,6 +19,9 @@
{
"path": "pages/mine/index"
},
+ {
+ "path": "pages/realtimeInfo/indexRelease"
+ },
{
"path": "pages/sreachReq/index"
},
diff --git a/src/pages/realtimeInfo/indexRelease.vue b/src/pages/realtimeInfo/indexRelease.vue
new file mode 100644
index 0000000..f9cf438
--- /dev/null
+++ b/src/pages/realtimeInfo/indexRelease.vue
@@ -0,0 +1,290 @@
+
+
+
+
+
+
+
+ 退出登录
+
+
+
+
+
+
+
+