Commit 64b880e8 by 高淑倩

集点列表

parent 9880d0d7
{"tabs":["file:///f%3A/code/7_Eleven_Alipay/pages/pointList/pointList.axml","file:///f%3A/code/7_Eleven_Alipay/component/statusPoint/statusPoint.js","file:///f%3A/code/7_Eleven_Alipay/component/statusPoint/statusPoint.json","file:///f%3A/code/7_Eleven_Alipay/component/statusPoint/statusPoint.axml"],"current":"file:///f%3A/code/7_Eleven_Alipay/component/statusPoint/statusPoint.axml"}
\ No newline at end of file
{"tabs":["file:///f%3A/code/7_Eleven_Alipay/pages/pointList/pointList.axml"],"current":"file:///f%3A/code/7_Eleven_Alipay/pages/pointList/pointList.axml"}
\ No newline at end of file
<!--pages/userCenter.axml-->
<wxs src="./tools.wxs" module="tools" />
<view class="point--no-list border_box" wx:if="{{!pointList.length}}">
<text>您当前暂无集点活动</text>
<text>您当前暂无集点活动</text>
</view>
<view class="point-list border_box" wx:if="{{pointList.length}}">
<block wx:for="{{pointList}}" wx:key="item">
<view class="point border_box" data-id="{{item.id}}" bindtap="handleDetail">
<view class="point border_box" data-id="{{item.id}}" bindtap="handleDetail">
<status-img img="{{item.listImage}}" currentStatus="{{currentStatus}}" currentTimeStatus="{{currentTimeStatus}}" />
<view class="progress weui-flex df-j--bt">
<view class="rate">进度:
<span wx:if="{{item.surplusExchangeCount}}">
<text class="point_color" wx:if="{{tools.parse(item.totalPoints % item.goal) == 0}}"> {{item.goal}}</text>
<text class="point_color" wx:else> {{item.totalPoints && item.goal ? tools.parse(item.totalPoints % item.goal) : 0}}</text>
</span>
<text class="point_color" wx:else> {{item.totalPoints && item.goal ? item.totalPoints % item.goal : 0}}</text>
/ {{item.goal}}
</view>
<view class="time-out">距离结束时间:
<!--<text class="time">{{item.countdown.day}}天{{item.countdown.min<= 59 ? item.countdown.hour + 1: item.countdown.hour}}小时</text>-->
</view>
</view>
</view>
</block>
</block>
</view>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment