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