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
b78e0bb4
Commit
b78e0bb4
authored
Nov 26, 2019
by
谢中龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
积分流水增加点击到兑换记录列表
parent
a1403c4e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
1 deletions
+19
-1
arrow-right-sku.png
src/assets/imgs/arrow-right-sku.png
+0
-0
arrow-right.png
src/assets/imgs/arrow-right.png
+0
-0
integralWater.wxml
src/pages/integralWater/integralWater.wxml
+4
-1
integralWater.wxss
src/pages/integralWater/integralWater.wxss
+15
-0
No files found.
src/assets/imgs/arrow-right-sku.png
0 → 100644
View file @
b78e0bb4
299 Bytes
src/assets/imgs/arrow-right.png
0 → 100644
View file @
b78e0bb4
316 Bytes
src/pages/integralWater/integralWater.wxml
View file @
b78e0bb4
...
...
@@ -39,7 +39,10 @@
<view class="detail-title">{{item.changeTypeDesc}}</view>
<view class="detail-time">{{item.changeTime}}</view>
</view>
<view class="detail-num {{item.operation==true ? 'add' : 'less'}}">{{item.operation == 1? '+':''}}{{item.operation*item.changeValue}}</view>
<view class="detail-num {{item.operation==true ? 'add' : 'less'}}">
<text>{{item.operation == 1? '+':''}}{{item.operation*item.changeValue}}</text>
<!-- <image wx:if="{{item.changeType == 26}}" src='/assets/imgs/arrow-right-sku.png' mode='aspectFit'></image> -->
</view>
</view>
<no-more wx:if="{{noMore}}"/>
</view>
...
...
src/pages/integralWater/integralWater.wxss
View file @
b78e0bb4
...
...
@@ -180,7 +180,17 @@ page{
text-align: left;
width: auto;
padding-top:20rpx;
display: flex;
align-items: center;
justify-content: flex-end;
}
.detail-num image{
width: 24rpx;
height: 24rpx;
margin-left: 10rpx;
}
.add {
color: #fc921e;
}
...
...
@@ -200,6 +210,10 @@ page{
text-align: center;
}
.detail-integral:active{
opacity: 0.7;
}
.minus {
color: #000
}
\ 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