38 lines
1.6 KiB
Plaintext
38 lines
1.6 KiB
Plaintext
![]() |
<view class="box" >
|
||
|
<!-- 最外层盒子 -->
|
||
|
<view class="box1" a:for="{{dingdan}}" a:if="{{item.paymentStatus == 4}}" >
|
||
|
<!-- 粉色框 -->
|
||
|
<view class="biaoti">
|
||
|
<!-- 标题栏 -->
|
||
|
<view class="biaoti1">
|
||
|
<image mode="scaleToFill" class="image" src="{{item.businessAvatar}}" />
|
||
|
<text style="margin-left:10rpx;font-weight:bolder">{{item.businessName}}</text>
|
||
|
<image class="image1" mode="scaleToFill" src="/pages/image/jiantou.png" />
|
||
|
</view>
|
||
|
<view style="margin-right:20rpx">
|
||
|
<text a:if="{{item.paymentStatus == 0}}">待支付</text>
|
||
|
<text a:elif="{{item.paymentStatus == 1}}">待使用</text>
|
||
|
<text a:elif="{{item.paymentStatus == 2}}">已退款</text>
|
||
|
<text a:elif="{{item.paymentStatus == 3}}">已取消</text>
|
||
|
<text a:elif="{{item.paymentStatus == 4}}">已完成</text>
|
||
|
</view>
|
||
|
</view>
|
||
|
<!-- 图片 -->
|
||
|
<view class="hezia">
|
||
|
<view class="kuandu">
|
||
|
<image mode="scaleToFill" class="image2" src="{{item.commoditiesImage}}" />
|
||
|
</view>
|
||
|
<view class="wenzi">
|
||
|
<text class="text">{{item.commoditiesName}}</text>
|
||
|
<text class="text" style="color:blue" a:if="{{ item.serviceMode=='1' }}">上门服务</text>
|
||
|
<text class="text" style="color:blue" a:if="{{ item.serviceMode=='0' }}">到店服务</text>
|
||
|
<text class="text" style="margin-left:10rpx">¥{{item.totalPrice}}</text>
|
||
|
</view>
|
||
|
</view>
|
||
|
<view class="textboxzhifu">
|
||
|
<view onTap="pingjia" data-num="{{item}}">
|
||
|
<text class="textcss">评价</text>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|