41 lines
1.6 KiB
Plaintext
41 lines
1.6 KiB
Plaintext
![]() |
<view class="textbox">
|
||
|
<text a:if="{{ statues==0 }}" class="text">订单待支付</text>
|
||
|
<text a:if="{{ statues==1 }}" class="text">订单待使用</text>
|
||
|
<text a:if="{{ statues==2 }}" class="text">订单已完成</text>
|
||
|
<text a:if="{{ statues==3 }}" class="text">订单已取消</text>
|
||
|
<text a:if="{{ statues==4 }}" class="text">订单已预约</text>
|
||
|
<text a:if="{{ statues==5 }}" class="text">订单已退款</text>
|
||
|
</view>
|
||
|
<view class="dindan">
|
||
|
<view class="box">
|
||
|
<view class="biaoti">
|
||
|
<view style="margin-left:10rpx;display:flex;justify-content:center;align-items:center">
|
||
|
<text>{{businessName}}</text>
|
||
|
<image class="image" mode="scaleToFill" src="../image/jiantou.png" />
|
||
|
</view>
|
||
|
<view>
|
||
|
<text style="color:#95c1f6;margin-right:10rpx">到店服务</text>
|
||
|
</view>
|
||
|
</view>
|
||
|
<!-- 图片部分 -->
|
||
|
<view class="imagebox">
|
||
|
<image class="tupian" mode="scaleToFill" src="{{commoditiesImage}}" />
|
||
|
<view style="display:flex;flex-direction:column;height:100%;justify-content:center">
|
||
|
<text style="margin-left:20rpx;font-weight:bold;font-size:18">{{commoditiesName}}</text>
|
||
|
<text style="margin:10rpx 0 0 20rpx">x1</text>
|
||
|
</view>
|
||
|
<view class="price">
|
||
|
<text>实付¥{{commoditiesPrice}}</text>
|
||
|
</view>
|
||
|
</view>
|
||
|
<view class="xian"></view>
|
||
|
<!-- 信息部分 -->
|
||
|
<view class="messagebox">
|
||
|
<text class="textwiezhi">订单编号:{{ordernumber}}</text>
|
||
|
<text class="textwiezhi">客户姓名:{{userName}}</text>
|
||
|
<text class="textwiezhi">联系电话:{{phone}}</text>
|
||
|
<text class="textwiezhi">下单时间:{{createTime}}</text>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|