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
7952b990
Commit
7952b990
authored
Jun 06, 2019
by
赵雅纹
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature-zyw' into 'dev'
优惠券详情 See merge request
!13
parents
3ab47876
af24062b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
couponDetail.wxml
src/pages/couponDetail/couponDetail.wxml
+4
-4
couponDetail.wxss
src/pages/couponDetail/couponDetail.wxss
+2
-1
No files found.
src/pages/couponDetail/couponDetail.wxml
View file @
7952b990
...
...
@@ -15,12 +15,12 @@
</view>
<view class='integral-detail'>
<view class='integral-list'>
<
view class='integral-title'>优惠详情</view
>
<
view class='integral-desc'>{{couponDetail.couponSetting.notice}}</view
>
<
text class='integral-title'>优惠详情</text
>
<
text class='integral-desc'>{{couponDetail.couponSetting.notice}}</text
>
</view>
<view class='integral-list'>
<
view class='integral-title'>有效期</view
>
<
view class='integral-desc'>{{couponDetail.coupon.endTime}}</view
>
<
text class='integral-title'>有效期</text
>
<
text class='integral-desc'>{{couponDetail.coupon.endTime}}</text
>
</view>
</view>
<button type='primary' class="redeem-now" bindtap='exchange' bindtap="handelPresentCouponCode">出示券码</button>
...
...
src/pages/couponDetail/couponDetail.wxss
View file @
7952b990
...
...
@@ -71,6 +71,6 @@
width: 120rpx;
}
.integral-desc{
width:
50
0rpx;
width:
44
0rpx;
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