|
@@ -1,27 +1,42 @@
|
|
<view>
|
|
<view>
|
|
- <view class="load" style='display:{{loaddisplay}}'>
|
|
|
|
- <image class="loadimg" style='display:{{loaddisplay}}' src='https://api.zhumi.tech/MiniProgram/image/timg.gif'></image>
|
|
|
|
- </view>
|
|
|
|
<view class="view-page">
|
|
<view class="view-page">
|
|
<navbar page-name="活动"></navbar>
|
|
<navbar page-name="活动"></navbar>
|
|
<view class="page-content" style='height:calc(100vh - {{navH}}px)'>
|
|
<view class="page-content" style='height:calc(100vh - {{navH}}px)'>
|
|
<view class="margintopp"></view>
|
|
<view class="margintopp"></view>
|
|
<block wx:for="{{arr}}" wx:key="index">
|
|
<block wx:for="{{arr}}" wx:key="index">
|
|
|
|
+ <block wx:if="{{arr[index].wp_isexpire == 'Y'}}">
|
|
<view class="pmBox" bindtap="hrefPm" data-index="{{arr[index].wp_href}}">
|
|
<view class="pmBox" bindtap="hrefPm" data-index="{{arr[index].wp_href}}">
|
|
<view class="pmimgdiv">
|
|
<view class="pmimgdiv">
|
|
<image class="imagepic" src="{{arr[index].wp_url}}" bindload="finish"></image>
|
|
<image class="imagepic" src="{{arr[index].wp_url}}" bindload="finish"></image>
|
|
</view>
|
|
</view>
|
|
<view class="pmtextdiv">
|
|
<view class="pmtextdiv">
|
|
- <view class = "pmtext_left">
|
|
|
|
|
|
+ <view class="pmtext_left">
|
|
<view class="pmdescription">二级标题</view>
|
|
<view class="pmdescription">二级标题</view>
|
|
<view class="pmddate">注释文字</view>
|
|
<view class="pmddate">注释文字</view>
|
|
</view>
|
|
</view>
|
|
- <view class = "pmtext_right">
|
|
|
|
- <view class = "button_right">按钮文字</view>
|
|
|
|
|
|
+ <view class="pmtext_right">
|
|
|
|
+ <view class="button_right">按钮文字</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</block>
|
|
</block>
|
|
|
|
+ <block wx:if="{{arr[index].wp_isexpire == 'N'}}">
|
|
|
|
+ <view class="pmBox" data-index="{{arr[index].wp_href}}">
|
|
|
|
+ <view class="pmimgdiv">
|
|
|
|
+ <image class="imagepic" src="{{arr[index].wp_url}}" bindload="finish"></image>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="pmtextdiv">
|
|
|
|
+ <view class="pmtext_left">
|
|
|
|
+ <view class="pmdescription">二级标题</view>
|
|
|
|
+ <view class="pmddate">注释文字</view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="pmtext_right">
|
|
|
|
+ <view class="button_overdue">活动结束</view>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ </block>
|
|
|
|
+ </block>
|
|
<div class="endbottom"> </div>
|
|
<div class="endbottom"> </div>
|
|
</view>
|
|
</view>
|
|
|
|
|