- <!--pages/publics/topics/topics.wxml-->
- <view style="padding: 10rpx 0 80rpx 0;">
- <view wx:for="{{topics}}" style="display: flex;justify-content: center;">
- <image src="{{item.pic}}" data-title="{{ item.title }}" bindtap="gotoZWDetail" data-url="{{item.url}}" mode="widthFix" style="width: 100%;border-radius: 12rpx;margin: 20rpx;"></image>
- </view>
- </view>
|