Commit fb89c99d by 高淑倩

add: 积分兑换优惠券详情页_弹框

parent 20255594
......@@ -6,7 +6,6 @@ const envInfo = require('../../config/index').envInfo
wxService.page({
/**
* 页面的初始数据
*/
......
......@@ -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}}' />
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment