Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
7
7-Eleven
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
Commits
ec3af9aa
Commit
ec3af9aa
authored
Aug 08, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify: 集点进度_可领取次数条件判断
parent
ccf0e577
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
pointDetail.wxml
src/pages/pointDetail/pointDetail.wxml
+5
-3
No files found.
src/pages/pointDetail/pointDetail.wxml
View file @
ec3af9aa
<!--pages/pointDetail/pointDetail.wxml-->
<!--pages/pointDetail/pointDetail.wxml-->
<wxs src="./tools.wxs" module="tools" />
<wxs src="./tools.wxs" module="tools" />
<status-img imgHeight="{{imgHeight}}" img="{{detailImage}}" />
<status-img imgHeight="{{imgHeight}}" img="{{detailImage}}" />
<view class="detail-info border_box">
<view class="detail-info border_box">
<view class="info-top weui-flex df-j--bt">
<view class="info-top weui-flex df-j--bt">
<!--可领取次数 存在 3/3 不存在 0/3 -->
<view class="info-num">
<view class="info-num">
进度:
进度:
<text class="point_color"> {{countObj.totalPoints ? countObj.totalPoints % goal : 0}}</text>
<text class="point_color" wx:if="{{countObj.surplusExchangeCount}}"> {{countObj.totalPoints ? tools.parse(countObj.totalPoints / goal) : 0}}</text>
<text class="point_color" wx:else> {{countObj.totalPoints ? countObj.totalPoints % goal : 0}}</text>
<!--<text class="point_color"> {{countObj.totalPoints ? countObj.totalPoints % goal : 0}}</text>-->
/ {{goal}}
/ {{goal}}
</view>
</view>
<view class="info-ready-num">
<view class="info-ready-num">
...
...
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