Commit 3b26adb3 by 高淑倩

modify: 积分兑换吸底

parent f9536d51
......@@ -249,3 +249,11 @@ i {
.color333 {
color: #333 !important; }
.position-bottom {
background-color: #fff;
position: fixed;
width: 100%;
bottom: 0;
padding: 20rpx;
margin: 20rpx;
}
......@@ -15,16 +15,11 @@
</view>
<view class='integral-detail' wx:if="{{integralMallDetail.desc}}">
<image src='{{integralMallDetail.desc}}' mode="widthFix" style="width: 100%;"></image>
<!-- <view class='integral-list'>
<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>-->
<button type='primary' class="redeem-now" bindtap='exchange'>立即兑换</button>
</view>
<button type='primary' class="redeem-now" bindtap='exchange'>立即兑换</button>
</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}}' />
......@@ -141,7 +141,8 @@ wxService.page({
wx.showLoading({
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
if(result == 0){
// 动态设置title
......
......@@ -37,7 +37,7 @@
"list": []
},
"miniprogram": {
"current": 14,
"current": -1,
"list": [
{
"id": -1,
......@@ -113,12 +113,6 @@
},
{
"id": -1,
"name": "空白页",
"pathName": "pages/index/index",
"query": ""
},
{
"id": -1,
"name": "外卖",
"pathName": "pages/deliveryService/deliveryService",
"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