1 line
3.8 KiB
Plaintext
1 line
3.8 KiB
Plaintext
<view style="background:#F1F2F8;min-height:100vh;"><tn-nav-bar vue-id="57fc6fef-1" isBack="{{false}}" backTitle bottomShadow="{{false}}" backgroundColor="#FFFFFF" bind:__l="__l" vue-slots="{{['default']}}"><view class="custom-nav tn-flex tn-flex-col-center tn-flex-row-left"><view data-event-opts="{{[['tap',[['goBack']]]]}}" style="padding-left:15rpx;" bindtap="__e"><text class="tn-icon-left" style="font-size:40rpx;"></text></view><view style="width:83%;font-weight:bold;"><text>我的发布</text></view></view></tn-nav-bar><view style="{{'padding-bottom:10rpx;'+('padding-top:'+(vuex_custom_bar_height+'px')+';')}}"><view style="background-color:#FFFFFF;"><tn-tabs vue-id="57fc6fef-2" list="{{tab_list}}" current="{{current}}" isScroll="{{false}}" name="name" activeColor="#000000" inactiveColor="#E6E6E6" barWidth="{{25}}" data-event-opts="{{[['^change',[['change']]]]}}" bind:change="__e" bind:__l="__l"></tn-tabs></view><view style="padding:30rpx;"><view style="background-color:#FFFFFF;border-radius:20rpx;"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index"><view><block wx:if="{{current==1}}"><view style="padding-left:20rpx;border-radius:20rpx 20rpx 0rpx 0rpx;color:#FF6D66;background:rgba(255,109,102,0.1);height:100rpx;line-height:100rpx;">{{'拒绝原因:'+item.$orig.remark}}</view></block><view style="padding:30rpx;"><view class="tn-text-ellipsis-2" style="font-size:32rpx;font-weight:bold;margin-top:20rpx;">{{''+item.$orig.title+''}}</view><view class="tn-text-ellipsis-2" style="font-size:28rpx;color:#666666;margin-top:20rpx;">{{''+item.$orig.content+''}}</view><view class="tn-flex tn-flex-center tn-flex-col-center tn-flex-row-between" style="margin-top:20rpx;"><view style="color:#AAAAAA;font-size:24rpx;">{{'发布于:'+item.$orig.createtime+''}}</view></view><block wx:if="{{item.g0>0}}"><view style="margin-top:30rpx;"><view class="tn-flex tn-flex-center tn-flex-col-center tn-flex-wrap"><block wx:for="{{item.$orig.files}}" wx:for-item="img" wx:for-index="img_i"><view class="tn-flex-basic-xs" style="text-align:center;"><view style="padding-right:10rpx;"><image style="width:200rpx;height:200rpx;border-radius:20rpx;" src="{{apiImgUrl+img}}" data-event-opts="{{[['tap',[['openImg',['$0',img_i],[[['list','',index]]]]]]]}}" bindtap="__e"></image></view></view></block></view></view></block><view style="margin-top:30rpx;padding:30rpx;"><view class="tn-flex tn-flex-center tn-flex-col-center tn-flex-row-between"><view style="text-align:center;font-size:28rpx;"><text class="tn-icon-send" style="font-size:32rpx;"></text><text style="margin-left:10rpx;">分享</text></view><view style="text-align:center;font-size:28rpx;"><block wx:if="{{item.$orig.is_like==1}}"><text class="tn-icon-praise-fill tn-color-red" style="font-size:32rpx;"></text></block><block wx:if="{{item.$orig.is_like==0}}"><text class="tn-icon-praise" style="font-size:32rpx;"></text></block><text style="margin-left:10rpx;">{{item.$orig.like_num>0?item.$orig.like_num:'点赞'}}</text></view><view style="text-align:center;font-size:28rpx;"><block wx:if="{{item.$orig.is_fav==1}}"><text class="tn-icon-star-fill tn-color-orangeyellow" style="font-size:32rpx;"></text></block><block wx:if="{{item.$orig.is_fav==0}}"><text class="tn-icon-star" style="font-size:32rpx;"></text></block><text style="margin-left:10rpx;">{{item.$orig.fav_num>0?item.$orig.fav_num:'收藏'}}</text></view><view style="text-align:center;font-size:28rpx;"><text class="tn-icon-comment" style="font-size:32rpx;"></text><text style="margin-left:10rpx;">评论</text></view></view></view><view data-event-opts="{{[['tap',[['del',['$0'],[[['list','',index]]]]]]]}}" style="text-align:right;font-size:24rpx;color:#AAAAAA;" bindtap="__e">删除</view></view><block wx:if="{{index<$root.g1-1}}"><view style="height:1px;border-top:#BABDC7 1px dashed;"></view></block></view></block></view></view></view></view> |