Commit 3b26adb3 by 高淑倩

modify: 积分兑换吸底

parent f9536d51
...@@ -249,3 +249,11 @@ i { ...@@ -249,3 +249,11 @@ i {
.color333 { .color333 {
color: #333 !important; } color: #333 !important; }
.position-bottom {
background-color: #fff;
position: fixed;
width: 100%;
bottom: 0;
padding: 20rpx;
margin: 20rpx;
}
...@@ -15,16 +15,11 @@ ...@@ -15,16 +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>
<!-- <view class='integral-list'> <button type='primary' class="redeem-now" bindtap='exchange'>立即兑换</button>
<view class='integral-title'>优惠详情</view>
<view class='integral-desc'>数据库更待何时规范规定时间官方价格都十分关键是大概花费</view>
</view>
<view class='integral-list'>
<view class='integral-title'>有效期</view>
<view class='integral-desc'>数据库更待何时规范规定时间官方价格都十分关键是大概花费</view>
</view>-->
</view> </view>
<button type='primary' class="redeem-now" bindtap='exchange'>立即兑换</button>
</view> </view>
</view> </view>
<!--<view class="position-bottom">
<button type='primary' class="redeem-now" bindtap='exchange'>立即兑换</button>
</view>-->
<exchange-coupon-modal exchangeId="{{integralMallDetail.id}}" exchangePoint="{{integralMallDetail.point}}" isExchange='{{isExchange}}' /> <exchange-coupon-modal exchangeId="{{integralMallDetail.id}}" exchangePoint="{{integralMallDetail.point}}" isExchange='{{isExchange}}' />
...@@ -141,7 +141,8 @@ wxService.page({ ...@@ -141,7 +141,8 @@ wxService.page({
wx.showLoading({ wx.showLoading({
title: '加载中' title: '加载中'
}) })
wxService.post(`/merchant/modelPage/getDetailById?pageId=3`).then(res => { // 1001 2005
wxService.post(`/merchant/modelPage/getDetailById?pageId=3&brandId=2005`).then(res => {
const {result,data} = res.data const {result,data} = res.data
if(result == 0){ if(result == 0){
// 动态设置title // 动态设置title
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
"list": [] "list": []
}, },
"miniprogram": { "miniprogram": {
"current": 14, "current": -1,
"list": [ "list": [
{ {
"id": -1, "id": -1,
...@@ -113,12 +113,6 @@ ...@@ -113,12 +113,6 @@
}, },
{ {
"id": -1, "id": -1,
"name": "空白页",
"pathName": "pages/index/index",
"query": ""
},
{
"id": -1,
"name": "外卖", "name": "外卖",
"pathName": "pages/deliveryService/deliveryService", "pathName": "pages/deliveryService/deliveryService",
"query": "" "query": ""
......
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