This commit is contained in:
2025-04-16 16:17:14 +08:00
31 changed files with 24678 additions and 19359 deletions

View File

@@ -235,6 +235,24 @@
</view>
<br clear="both" />
</view>
<view
class="orderContent"
v-else-if="orderContet.orderType == 'trainingClass'"
>
<image
src="/static/icon/icon_pxb.png"
mode="aspectFill"
style="width: 100rpx; height: 100rpx"
></image>
<view class="itemJian">
<view class="orderTitle" style="line-height: 100rpx">
<text>{{orderContet.remark}}</text>
</view>
<br clear="both" />
</view>
<br clear="both" />
</view>
<view class="order_item" style="">
<view class="orderallpri">

View File

@@ -115,6 +115,28 @@
>
</view>
</view>
<view v-if="slotProps.row.orderType == 'trainingClass'" class="bookinfolist">
<image
class="feng fengPoint"
src="/static/icon/icon_pxb.png"
mode="aspectFill"
>
</image>
<view class="btns flexbox">
<view class="booknameleft">
{{ slotProps.row.remark }}
</view>
<view style="
line-height: 58rpx;
color: #333;
font-size: 26rpx;
font-weight: 700;
">
<text style="font-size: 20rpx"></text>
</view>
</view>
</view>
<view
v-if="slotProps.row.orderType == 'relearn'"
class="bookinfolist"