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
ccebe01e
Commit
ccebe01e
authored
Jun 06, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
ssh://gitlab.bigaka.net:2287/gaoshq/7-Eleven
into dev
parents
2e706906
282aaec9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
4 deletions
+13
-4
couponDetail.wxml
src/pages/couponDetail/couponDetail.wxml
+10
-3
couponDetail.wxss
src/pages/couponDetail/couponDetail.wxss
+3
-1
No files found.
src/pages/couponDetail/couponDetail.wxml
View file @
ccebe01e
...
@@ -13,9 +13,16 @@
...
@@ -13,9 +13,16 @@
</view>
</view>
<view class='coupon-code fs-24' bindtap='exchange' bindtap="handelPresentCouponCode">出示券码</view>
<view class='coupon-code fs-24' bindtap='exchange' bindtap="handelPresentCouponCode">出示券码</view>
</view>
</view>
<view class='integral-detail' wx:if="{{couponDetail.couponDetail.style.takeCouponBgimg}}">
<view class='integral-detail'>
<image src='{{couponDetail.couponDetail.style.takeCouponBgimg}}' mode="widthFix" style="width: 100%;"></image>
<view class='integral-list'>
</view>
<text class='integral-title'>优惠详情</text>
<text class='integral-desc'>{{couponDetail.couponSetting.notice}}</text>
</view>
<view class='integral-list'>
<text class='integral-title'>有效期</text>
<text class='integral-desc'>{{couponDetail.coupon.startTime}} 至 {{couponDetail.coupon.endTime}}</text>
</view>
</view>
<button type='primary' class="redeem-now" bindtap='exchange' bindtap="handelPresentCouponCode">出示券码</button>
<button type='primary' class="redeem-now" bindtap='exchange' bindtap="handelPresentCouponCode">出示券码</button>
</view>
</view>
</view>
</view>
src/pages/couponDetail/couponDetail.wxss
View file @
ccebe01e
...
@@ -55,6 +55,7 @@
...
@@ -55,6 +55,7 @@
}
}
.integral-detail{
.integral-detail{
margin-top: 90rpx;
margin-top: 90rpx;
padding: 0 30rpx;
}
}
.integral-list{
.integral-list{
margin-bottom: 60rpx;
margin-bottom: 60rpx;
...
@@ -70,6 +71,6 @@
...
@@ -70,6 +71,6 @@
width: 120rpx;
width: 120rpx;
}
}
.integral-desc{
.integral-desc{
width:
50
0rpx;
width:
44
0rpx;
color: #666666;
color: #666666;
}
}
\ 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