Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mini-program-wepy
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
ui
mini-program-wepy
Commits
84db35b5
Commit
84db35b5
authored
Jul 27, 2020
by
zhijie.xue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
搜索结果展示预计返克币数
parent
44bbf8d9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
search.wpy
src/pages/search.wpy
+8
-0
No files found.
src/pages/search.wpy
View file @
84db35b5
...
@@ -18,6 +18,7 @@
...
@@ -18,6 +18,7 @@
<view class="cont-title">
<view class="cont-title">
{{item.title}}
{{item.title}}
</view>
</view>
<view><text class="cont-coins">预计返{{item.expectCoins}}克币</text></view>
<view class="cont-price"><text class="dollar">¥</text>{{item.price}}</view>
<view class="cont-price"><text class="dollar">¥</text>{{item.price}}</view>
<view class="cont-count">{{item.shopName || '京东自营店'}}</view>
<view class="cont-count">{{item.shopName || '京东自营店'}}</view>
</view>
</view>
...
@@ -162,6 +163,13 @@
...
@@ -162,6 +163,13 @@
padding-right:30rpx;
padding-right:30rpx;
position: relative;
position: relative;
}
}
.cont-coins {
background-color: @maincolor;
font-size: @font-normal;
color: @whitecolor;
border-radius: 2.5px;
padding: 8rpx 10rpx;
}
.cont-title {
.cont-title {
font-size: @font-middle;
font-size: @font-middle;
text-overflow: ellipsis;
text-overflow: ellipsis;
...
...
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