mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 15:29:37 +08:00
描述:预约修改
This commit is contained in:
parent
e89297532f
commit
288cc186b5
@ -201,6 +201,8 @@ Page({
|
||||
showDetail = true;
|
||||
// 状态字体颜色
|
||||
statusColor = "#3794FF";
|
||||
// 待使用 修改为 预约成功
|
||||
item.statusName = '预约成功'
|
||||
}
|
||||
// 进行中 2:去邀请、查看详情
|
||||
if (statusValue == 2) {
|
||||
@ -316,7 +318,7 @@ Page({
|
||||
}
|
||||
Dialog.confirm({
|
||||
title: '提示',
|
||||
message: '如需退款,请联系园区运营管理人员!',
|
||||
message: '是否取消预约!',
|
||||
beforeClose,
|
||||
});
|
||||
},
|
||||
|
@ -16,13 +16,13 @@
|
||||
</view>
|
||||
<view class="priceView">
|
||||
<view class="cancelContent" wx:if="{{item.statusValue == 4 && item.cancelResaon}}">取消原因: {{item.cancelResaon}}</view>
|
||||
<view class="priceContent">
|
||||
<!-- <view class="priceContent">
|
||||
<view class="name">总价:</view>
|
||||
<view class="price">¥{{item.orderMoney}}</view>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
<view class="btnView">
|
||||
<view class="btn" wx:if="{{item.showPay}}" bind:tap="jumpPay" data-id="{{item.id}}">去支付</view>
|
||||
<!-- <view class="btn" wx:if="{{item.showPay}}" bind:tap="jumpPay" data-id="{{item.id}}">去支付</view> -->
|
||||
<view class="btn" wx:if="{{item.showInvite}}">去邀请
|
||||
<button class="shareBtn" open-type="share" data-id="{{item.id}}">转发</button>
|
||||
</view>
|
||||
|
@ -16,7 +16,7 @@ Page({
|
||||
DOMAIN_NAME: app.IMG_NAME,
|
||||
park: [],
|
||||
parkindex: 0,
|
||||
parkName: '',
|
||||
parkName: app.parkName,
|
||||
customerName: ''
|
||||
},
|
||||
|
||||
@ -38,7 +38,7 @@ Page({
|
||||
let userDetail = res.data;
|
||||
_this.setData({
|
||||
customerName: userDetail.customerName,
|
||||
parkName: wx.getStorageSync('parkName')
|
||||
// parkName: wx.getStorageSync('parkName')
|
||||
})
|
||||
})
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user