Commit 18bdac35 by 高淑倩

modify: 积分兑换详情页_botton

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