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
fb89c99d
Commit
fb89c99d
authored
May 27, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add: 积分兑换优惠券详情页_弹框
parent
20255594
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
integralMallDetail.js
src/pages/integralMallDetail/integralMallDetail.js
+0
-1
integralMallDetail.wxml
src/pages/integralMallDetail/integralMallDetail.wxml
+2
-2
No files found.
src/pages/integralMallDetail/integralMallDetail.js
View file @
fb89c99d
...
...
@@ -6,7 +6,6 @@ const envInfo = require('../../config/index').envInfo
wxService
.
page
({
/**
* 页面的初始数据
*/
...
...
src/pages/integralMallDetail/integralMallDetail.wxml
View file @
fb89c99d
...
...
@@ -10,7 +10,7 @@
<view class='coupon-name fs-28'>{{integralMallDetail.point}}积分</view>
<view class='coupon-desc fs-28'>{{integralMallDetail.couponName}}</view>
</view>
<view class='coupon-code fs-24'>立即兑换</view>
<view class='coupon-code fs-24'
bindtap='exchange'
>立即兑换</view>
</view>
<view class='integral-detail'>
<view class='integral-list'>
...
...
@@ -25,4 +25,4 @@
<button type='primary' class="redeem-now" bindtap='exchange'>立即兑换</button>
</view>
</view>
<exchange-coupon-modal isExchange='{{isExchange}}' />
<exchange-coupon-modal
exchangeId="{{integralMallDetail.id}}" exchangePoint="{{integralMallDetail.point}}"
isExchange='{{isExchange}}' />
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