Commit 18bdac35 by 高淑倩

modify: 积分兑换详情页_botton

parent eb87e127
......@@ -248,8 +248,7 @@ a {
position: fixed;
width: 100%;
bottom: 0;
padding: 20rpx;
margin: 20rpx;
box-shadow: 0 0 20rpx #ccc;
}
/*!
* weui.js v1.1.0 (https://github.com/weui/weui-wxss)
......
......@@ -15,11 +15,11 @@
</view>
<view class='integral-detail' wx:if="{{integralMallDetail.desc}}">
<image src='{{integralMallDetail.desc}}' mode="widthFix" style="width: 100%;"></image>
<button type='primary' class="redeem-now" bindtap='exchange'>立即兑换</button>
<!-- <button type='primary' class="redeem-now" bindtap='exchange'>立即兑换</button>-->
</view>
</view>
</view>
<!--<view class="position-bottom">
<view class="position-bottom">
<button type='primary' class="redeem-now" bindtap='exchange'>立即兑换</button>
</view>-->
</view>
<exchange-coupon-modal exchangeId="{{integralMallDetail.id}}" exchangePoint="{{integralMallDetail.point}}" isExchange='{{isExchange}}' />
......@@ -3,13 +3,23 @@
.coupon-wrap{
padding: 20rpx;
clear: both;
margin-bottom: 150rpx;
}
.redeem-now{
font-size: 28rpx!important;
margin: 20rpx 40rpx;
box-sizing: border-box;
height: 88rpx;
line-height: 88rpx;
background-color: rgb(0, 188, 112)!important;
}
/* .redeem-now{
font-size: 28rpx!important;
height: 88rpx;
line-height: 88rpx;
background-color: rgb(0, 188, 112)!important;
} */
.coupon-list{
width: 712rpx;
height: 209rpx;
......
......@@ -37,7 +37,7 @@
"list": []
},
"miniprogram": {
"current": 12,
"current": 6,
"list": [
{
"id": -1,
......@@ -79,7 +79,7 @@
"id": 6,
"name": "积分兑换详情页",
"pathName": "pages/integralMallDetail/integralMallDetail",
"query": "id=585873719780577280"
"query": "id=585546417855139840"
},
{
"id": 8,
......
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