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
723b255a
Commit
723b255a
authored
Nov 22, 2019
by
谢中龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改记录地址换上遮挡和增加手机号和名称
parent
2984aafa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
recordList.wxml
src/subPackage/page/pages/recordList/recordList.wxml
+5
-1
recordList.wxss
src/subPackage/page/pages/recordList/recordList.wxss
+3
-3
No files found.
src/subPackage/page/pages/recordList/recordList.wxml
View file @
723b255a
...
...
@@ -9,7 +9,11 @@
</view>
<view class="list-point">-{{item.point}}积分</view>
</view>
<view class="desc-address">{{item.fullAddress}}</view>
<view class="desc-address">
{{item.fullAddress}}
<text style='margin-left:20rpx;margin-right:10rpx;'>{{item.exchangeInfo.name}}</text>
<text>{{item.exchangeInfo.mobile}}</text>
</view>
</view>
</block>
<!-- view -->
...
...
src/subPackage/page/pages/recordList/recordList.wxss
View file @
723b255a
...
...
@@ -10,9 +10,9 @@ page{
box-sizing: border-box;
}
.list-item {
height:
164rpx
;
height:
auto
;
border-bottom: 1px solid #eeeeee;
padding:
35rpx 20rpx 34rpx
20rpx;
padding: 20rpx;
box-sizing: border-box;
overflow: hidden;
}
...
...
@@ -53,7 +53,7 @@ page{
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:
2
;
-webkit-line-clamp:
3
;
overflow: hidden;
}
.desc-time {
...
...
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