Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
7
7_Eleven_Alipay
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
高淑倩
7_Eleven_Alipay
Commits
64b880e8
Commit
64b880e8
authored
Sep 23, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
集点列表
parent
9880d0d7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
5 deletions
+19
-5
editor.json
.tea/editor.json
+0
-0
editorTabs.json
.tea/editorTabs.json
+2
-2
pointList.axml
pages/pointList/pointList.axml
+17
-3
No files found.
.tea/editor.json
View file @
64b880e8
This diff is collapsed.
Click to expand it.
.tea/editorTabs.json
View file @
64b880e8
{
"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/pointList/pointList.axml
View file @
64b880e8
<!--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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment