|
@@ -15,7 +15,7 @@
|
|
|
<view class="scroll-wrapper">
|
|
<view class="scroll-wrapper">
|
|
|
<view class="all-item" wx:for="{{newsList}}" wx:key="informationId">
|
|
<view class="all-item" wx:for="{{newsList}}" wx:key="informationId">
|
|
|
<view class="exhibition-item" bindtap="viewNews" data-item="{{item}}">
|
|
<view class="exhibition-item" bindtap="viewNews" data-item="{{item}}">
|
|
|
- <image src="{{urlImg + item.indexImg}}" class="exhibition-img" mode="aspectFill"></image>
|
|
|
|
|
|
|
+ <image src="{{urlImg + item.infoImg}}" class="exhibition-img" mode="aspectFill"></image>
|
|
|
<image src="https://klmybwg.4dage.com/mini/wxImg/indexPage/Frame.png" class="bg-img" mode="aspectFit"></image>
|
|
<image src="https://klmybwg.4dage.com/mini/wxImg/indexPage/Frame.png" class="bg-img" mode="aspectFit"></image>
|
|
|
<view class="exhibition-info">
|
|
<view class="exhibition-info">
|
|
|
<view class="exhibition-title">{{ item.title || '暂无标题' }}</view>
|
|
<view class="exhibition-title">{{ item.title || '暂无标题' }}</view>
|