refactor(minihome): 注释未使用的新闻列表获取和排行选项代码

移除首页新闻列表自动获取和排行列表中的浏览、点赞、分享选项代码,这些功能当前未使用
This commit is contained in:
34701892@qq.com 2026-01-06 09:45:25 +08:00
parent 96447e97b9
commit d4f9d76688
2 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@
<text class="time">{{ dayjs(item.publish_time).format("YYYY-MM-DD HH:MM:ss") }}</text>
</view>
<view class="r_option">
<!-- <view class="r_option">
<image
class="option_icon"
src="https://cankao.obs.cn-east-3.myhuaweicloud.com/mini/newmini/eye_icon%402x.png"
@ -49,7 +49,7 @@
src="https://cankao.obs.cn-east-3.myhuaweicloud.com/mini/newmini/share_icon%402x.png"
></image>
<text class="option_text">{{ item.shareCount }}</text>
</view>
</view> -->
</view>
</view>
<view class="lock_view" v-if="!isLogin">

View File

@ -188,7 +188,7 @@ onLoad((option) => {
});
onMounted(async () => {
getNewsList();
// getNewsList();
});
</script>