1.7 去掉事件详情输入框,个股中心部分模块页面搭建

This commit is contained in:
尚政杰
2026-01-07 09:59:53 +08:00
parent 260fc7bebf
commit f6086bcf7d
63 changed files with 1057 additions and 173 deletions

View File

@@ -119,23 +119,23 @@
</view>
</scroll-view>
<view v-if="eventDetails" class="bottomC fixed flex">
<view class="inputC flex1">
<!-- <view class="inputC flex1">
<input type="text" v-model="eventComment" placeholder="我来说两句..." placeholder-style="color:#666" confirm-type="send" @confirm="sendEventComment()"/>
</view>
<view class="commentLikeNumC flex">
<view class="item">
</view> -->
<!-- <view class="commentLikeNumC flex"> -->
<view class="item flexCenter flex1">
<image class="icon" src="/static/icon/home/eventDetails/like.png" mode="widthFix"></image>
<view>{{eventDetails.view_count}}</view>
</view>
<view class="item" @click="clickComment()">
<view class="item flexCenter flex1">
<image class="icon" src="/static/icon/home/eventDetails/comment.png" mode="widthFix"></image>
<view>{{eventDetails.post_count}}</view>
</view>
<view class="item" @click="clickFollow()">
<view class="item flexCenter flex1" @click="clickFollow()">
<image class="icon" src="/static/icon/home/eventDetails/collect.png" mode="widthFix"></image>
<view>{{eventDetails.follower_count}}</view>
</view>
</view>
<!-- </view> -->
</view>
<uni-popup ref="popup" type="bottom">
<view class="popup">
@@ -697,7 +697,8 @@
}else
uni.showToast({
title:res.message,
icon:'none'
icon:'none',
duration:3000
})
}).catch(error=>{
@@ -1231,22 +1232,22 @@ page
font-weight: 500;
}
}
.commentLikeNumC
{
// .commentLikeNumC
// {
.item
{
font-size: 26rpx;
font-size: 30rpx;
font-weight: bold;
color: #bdbdbd;
text-align: center;
.icon
{
margin: 0 20rpx;
width: 35rpx;
width: 40rpx;
height: auto;
}
}
}
// }
}
.popup
{

View File

@@ -1026,7 +1026,6 @@
{
param.sort = this.selectSortKey
}
eventList(param).then(res=>{
this.isRefreshing = false
if(res.success)