202404-调整出场话术,篮球订单查询日期条件范围调整
This commit is contained in:
@@ -128,6 +128,12 @@ Page({
|
||||
name: this.data.memberEnterDetail.lessonName,
|
||||
address: this.data.memberEnterDetail.address,
|
||||
})
|
||||
},
|
||||
|
||||
backOut() {
|
||||
wx.navigateBack({
|
||||
delta: 1,
|
||||
})
|
||||
}
|
||||
|
||||
})
|
||||
|
||||
@@ -28,11 +28,11 @@
|
||||
<view class='cell'>
|
||||
<image src='../../images/42@3x.png' mode='aspectFit'></image>
|
||||
<text>运动时长</text>
|
||||
<view class='cell-right-white'>{{memberEnterDetail.lessonCount}}</view>
|
||||
<view class='cell-right-white'>{{memberEnterDetail.lessonCount}}分钟</view>
|
||||
</view>
|
||||
<view class='cell'>
|
||||
<image src='../../images/33@3x.png' mode='aspectFit'></image>
|
||||
<text>费用</text>
|
||||
<text>订单金额(押金)</text>
|
||||
<view class='cell-right-white'>¥{{memberEnterDetail.price}}</view>
|
||||
</view>
|
||||
<view class='cell' wx:if="{{memberEnterDetail.status == 2 && memberEnterDetail.payMoney > 0}}">
|
||||
@@ -41,4 +41,8 @@
|
||||
<view class='cell-right-white'>¥{{memberEnterDetail.payMoney}}</view>
|
||||
</view>
|
||||
</view>
|
||||
<view wx:if="{{memberEnterDetail.payStyle == 1}}" class="note-content">
|
||||
本球场支持临时出门功能,10分钟内返回不再二次扣费,10分钟内不返回则将结算本次订单并退还剩余押金,请耐心等待
|
||||
</view>
|
||||
<view class='footer-btn' bindtap='backOut'>返回</view>
|
||||
</view>
|
||||
|
||||
@@ -95,28 +95,26 @@
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
|
||||
.footer-box {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
height: 100rpx;
|
||||
.note-content {
|
||||
margin-top: 30rpx;
|
||||
padding: 30rpx;
|
||||
font-size: 36rpx;
|
||||
color: #ffda2e;
|
||||
}
|
||||
|
||||
.footer-btn {
|
||||
flex: 1;
|
||||
background: #767578;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100rpx;
|
||||
background: #ffda2e;
|
||||
color: #1a191e;
|
||||
font-size: 32rpx;
|
||||
text-align: center;
|
||||
line-height: 100rpx;
|
||||
}
|
||||
|
||||
.footer-btn.isActive {
|
||||
background: #ffda2e;
|
||||
}
|
||||
|
||||
.newplot {
|
||||
position: fixed;
|
||||
top: 200rpx;
|
||||
|
||||
@@ -128,6 +128,12 @@ Page({
|
||||
name: this.data.memberEnterDetail.lessonName,
|
||||
address: this.data.memberEnterDetail.address,
|
||||
})
|
||||
},
|
||||
|
||||
backOut() {
|
||||
wx.navigateBack({
|
||||
delta: 1,
|
||||
})
|
||||
}
|
||||
|
||||
})
|
||||
|
||||
@@ -24,11 +24,11 @@
|
||||
<view class='cell'>
|
||||
<image src='../../images/42@3x.png' mode='aspectFit'></image>
|
||||
<text>运动时长</text>
|
||||
<view class='cell-right-white'>{{memberEnterDetail.lessonCount}}</view>
|
||||
<view class='cell-right-white'>{{memberEnterDetail.lessonCount}}分钟</view>
|
||||
</view>
|
||||
<view class='cell'>
|
||||
<image src='../../images/33@3x.png' mode='aspectFit'></image>
|
||||
<text>费用</text>
|
||||
<text>订单金额(押金)</text>
|
||||
<view class='cell-right-white'>¥{{memberEnterDetail.price}}</view>
|
||||
</view>
|
||||
<view class='cell' wx:if="{{memberEnterDetail.status == 2 && memberEnterDetail.payMoney > 0}}">
|
||||
@@ -45,4 +45,8 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view wx:if="{{memberEnterDetail.payStyle == 1}}" class="note-content">
|
||||
本球场支持临时出门功能,10分钟内返回不再二次扣费,10分钟内不返回则将结算本次订单并退还剩余押金,请耐心等待
|
||||
</view>
|
||||
<view class='footer-btn' bindtap='backOut'>返回</view>
|
||||
</view>
|
||||
|
||||
@@ -94,24 +94,22 @@
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
|
||||
.footer-box {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
height: 100rpx;
|
||||
.note-content {
|
||||
margin-top: 30rpx;
|
||||
padding: 30rpx;
|
||||
font-size: 36rpx;
|
||||
color: #ffda2e;
|
||||
}
|
||||
|
||||
.footer-btn {
|
||||
flex: 1;
|
||||
background: #767578;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100rpx;
|
||||
background: #ffda2e;
|
||||
color: #1a191e;
|
||||
font-size: 32rpx;
|
||||
text-align: center;
|
||||
line-height: 100rpx;
|
||||
}
|
||||
|
||||
.footer-btn.isActive {
|
||||
background: #ffda2e;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user