refactor(minihome): 注释未使用的新闻列表获取和排行选项代码
移除首页新闻列表自动获取和排行列表中的浏览、点赞、分享选项代码,这些功能当前未使用
This commit is contained in:
parent
96447e97b9
commit
d4f9d76688
|
|
@ -31,7 +31,7 @@
|
||||||
<text class="time">{{ dayjs(item.publish_time).format("YYYY-MM-DD HH:MM:ss") }}</text>
|
<text class="time">{{ dayjs(item.publish_time).format("YYYY-MM-DD HH:MM:ss") }}</text>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="r_option">
|
<!-- <view class="r_option">
|
||||||
<image
|
<image
|
||||||
class="option_icon"
|
class="option_icon"
|
||||||
src="https://cankao.obs.cn-east-3.myhuaweicloud.com/mini/newmini/eye_icon%402x.png"
|
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"
|
src="https://cankao.obs.cn-east-3.myhuaweicloud.com/mini/newmini/share_icon%402x.png"
|
||||||
></image>
|
></image>
|
||||||
<text class="option_text">{{ item.shareCount }}</text>
|
<text class="option_text">{{ item.shareCount }}</text>
|
||||||
</view>
|
</view> -->
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="lock_view" v-if="!isLogin">
|
<view class="lock_view" v-if="!isLogin">
|
||||||
|
|
|
||||||
|
|
@ -188,7 +188,7 @@ onLoad((option) => {
|
||||||
});
|
});
|
||||||
|
|
||||||
onMounted(async () => {
|
onMounted(async () => {
|
||||||
getNewsList();
|
// getNewsList();
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue