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
35d44b38
Commit
35d44b38
authored
Jun 12, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify: 券码详情页
parent
9ca55d04
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
IntegralMall.wxss
src/pages/IntegralMall/IntegralMall.wxss
+1
-1
couponCodeDetail.wxml
src/pages/couponCodeDetail/couponCodeDetail.wxml
+2
-1
coupons.wxss
src/pages/coupons/coupons.wxss
+1
-1
No files found.
src/pages/IntegralMall/IntegralMall.wxss
View file @
35d44b38
...
@@ -80,7 +80,7 @@
...
@@ -80,7 +80,7 @@
color: #ffffff;
color: #ffffff;
position: absolute;
position: absolute;
right: 20rpx;
right: 20rpx;
top:
4
8rpx;
top:
2
8rpx;
width: 24rpx;
width: 24rpx;
word-wrap: break-word;
word-wrap: break-word;
font-weight: bold;
font-weight: bold;
...
...
src/pages/couponCodeDetail/couponCodeDetail.wxml
View file @
35d44b38
...
@@ -3,7 +3,8 @@
...
@@ -3,7 +3,8 @@
<view class="panel">
<view class="panel">
<view class="qrcode">
<view class="qrcode">
<view class='avatar-img'>
<view class='avatar-img'>
<image src='/assets/imgs/avatar.png'></image>
<image wx:if="{{codeDetail.couponDetail.style.takeCouponBgimg}}" src='{{codeDetail.couponDetail.style.takeCouponBgimg}}'></image>
<image wx:else src='/assets/imgs/avatar.png'></image>
</view>
</view>
<view class='title fs-36'>{{codeDetail.couponSetting.title}}</view>
<view class='title fs-36'>{{codeDetail.couponSetting.title}}</view>
</view>
</view>
...
...
src/pages/coupons/coupons.wxss
View file @
35d44b38
...
@@ -83,7 +83,7 @@ scroll-view{
...
@@ -83,7 +83,7 @@ scroll-view{
color: #ffffff;
color: #ffffff;
position: absolute;
position: absolute;
right: 20rpx;
right: 20rpx;
top:
4
8rpx;
top:
3
8rpx;
width: 24rpx;
width: 24rpx;
word-wrap: break-word;
word-wrap: break-word;
font-weight: bold;
font-weight: bold;
...
...
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