You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
2.2 KiB
33 lines
2.2 KiB
<view class="page flex-col">
|
|
<view class="box_1 flex-col" style="margin-top:300rpx;">
|
|
<view class="group_1 flex-col">
|
|
<view class="grid_1 flex-row">
|
|
<view bindtap="__e" class="image-text_1 flex-col justify-between" data-event-opts="{{[ [ 'tap',[ [ 'goarticle',['$0'],[ [ ['articlelist','',index,'id'] ] ] ] ] ] ]}}" wx:for="{{articlelist}}" wx:key="index">
|
|
<image class="label_1" src="{{item.image}}"></image>
|
|
<text class="text-group_1" style="text-align:center;">{{item.title}}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="group_4 flex-col" style="height:100%;">
|
|
<view class="box_2 flex-row">
|
|
<view class="group_5 flex-col"></view>
|
|
<text class="text_1">新闻资讯</text>
|
|
<text bindtap="__e" class="text_2" data-event-opts="{{[ [ 'tap',[ ['gomore'] ] ] ]}}">更多</text>
|
|
<image bindtap="__e" class="thumbnail_1" data-event-opts="{{[ [ 'tap',[ ['gomore'] ] ] ]}}" referrerpolicy="no-referrer" src="/static/lanhu_shouye/FigmaDDSSlicePNG9035302e003d78b80d3162eefaf32d31.png" style="margin-top:9rpx;width:10rpx;height:15rpx;"></image>
|
|
</view>
|
|
<view bindtap="__e" class="image-text_9 flex-row justify-between" data-event-opts="{{[ [ 'tap',[ [ 'goarticle',['$0',2],[ [ ['newlist','',index,'id'] ] ] ] ] ] ]}}" wx:for="{{newlist}}" wx:key="index">
|
|
<image class="image_1" referrerpolicy="no-referrer" src="{{item.image_input}}"></image>
|
|
<view class="text-group_9 flex-col justify-between">
|
|
<text class="text_3">{{''+item.title+''}}</text>
|
|
<text class="text_4">{{item.add_time}}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="box_3 flex-col" style="height:300rpx;"></view>
|
|
<swiper class="image_5" style="top:50rpx;">
|
|
<swiper-item wx:for="{{imagelist}}" wx:key="index">
|
|
<image bindtap="__e" class="image_5" data-event-opts="{{[ [ 'tap',[ [ 'goimg',['$0'],[ [ ['imagelist','',index,'comment'] ] ] ] ] ] ]}}" src="{{item.img}}" style="top:0;left:0;border-radius:20rpx;"></image>
|
|
</swiper-item>
|
|
</swiper>
|
|
</view>
|
|
|