1 |
- <view class="content data-v-10f54241"><view class="dy-info flex data-v-10f54241"><view class="user-logo data-v-10f54241"><image src="{{info.headimg}}" mode class="data-v-10f54241"></image></view><view class="user-num data-v-10f54241"><view class="user-name data-v-10f54241">{{info.name}}</view><view class="sub-num data-v-10f54241">{{"发表文章:"+info.count}}</view></view><view data-event-opts="{{[['tap',[['dingYue']]]]}}" class="{{['dy-btn','data-v-10f54241',(isDy)?'dyue':'']}}" bindtap="__e">{{isDy?'已订阅':'+订阅'}}</view></view><block wx:if="{{info.introduce}}"><view class="jj-top data-v-10f54241"><text class="sh data-v-10f54241"></text>订阅号简介</view><view data-event-opts="{{[['tap',[['navto',['/pages/user/dyjj?id='+info.id]]]]]}}" class="jj-content data-v-10f54241" style="position:relative;margin-bottom:20rpx;" bindtap="__e"><view style="height:195rpx;overflow:hidden;width:100%;background-color:#fff;text-align:justify;padding:20rpx;" class="data-v-10f54241"><rich-text nodes="{{info.introduce}}"></rich-text></view><view class="menban data-v-10f54241">查看全部</view></view></block><block wx:if="{{list.length>0}}"><view class="jj-top data-v-10f54241"><text class="sh data-v-10f54241"></text>文章资讯</view></block><view class="data-v-10f54241"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="art-list data-v-10f54241"><block wx:if="{{item.$orig.image_input.length==1}}"><view data-event-opts="{{[['tap',[['goToDetail',['$0'],[[['list','',index,'id']]]]]]]}}" class="art-item-one flex art-item data-v-10f54241" bindtap="__e"><view class="art-left flex data-v-10f54241"><view class="art-tit clamp2 data-v-10f54241">{{item.$orig.title}}</view><view class="art-time data-v-10f54241"><block wx:if="{{item.$orig.comment!=0}}"><text class="pl data-v-10f54241">{{item.$orig.comment+"评论"}}</text></block><text class="creat-time data-v-10f54241">{{''+item.f0+''}}</text></view></view><view class="art-right data-v-10f54241"><image src="{{item.$orig.image_input}}" mode class="data-v-10f54241"></image></view></view></block><block wx:if="{{item.$orig.image_input.length==0}}"><view data-event-opts="{{[['tap',[['goToDetail',['$0'],[[['list','',index,'id']]]]]]]}}" class="art-item-zero flex art-item data-v-10f54241" bindtap="__e"><view class="art-tit clamp2 data-v-10f54241">{{item.$orig.title}}</view><view class="art-time data-v-10f54241"><block wx:if="{{item.$orig.comment!=0}}"><text class="pl data-v-10f54241">{{item.$orig.comment+"评论"}}</text></block><text class="creat-time data-v-10f54241">{{''+item.f1+''}}</text></view></view></block><block wx:if="{{item.$orig.image_input.length>1}}"><view data-event-opts="{{[['tap',[['goToDetail',['$0'],[[['list','',index,'id']]]]]]]}}" class="art-item-three art-item flex data-v-10f54241" bindtap="__e"><view class="art-tit clamp2 data-v-10f54241">{{item.$orig.title}}</view><view class="art-img-list data-v-10f54241"><block wx:for="{{item.$orig.image_input}}" wx:for-item="iem" wx:for-index="ind"><image src="{{iem}}" mode class="data-v-10f54241"></image></block></view><view class="art-time data-v-10f54241"><block wx:if="{{item.$orig.comment!=0}}"><text class="pl data-v-10f54241">{{item.$orig.comment+"评论"}}</text></block><text class="creat-time data-v-10f54241">{{''+item.f2+''}}</text></view></view></block></view></block><uni-load-more vue-id="0db386e5-1" status="{{loadingType}}" class="data-v-10f54241" bind:__l="__l"></uni-load-more></view></view>
|