Commit 6ed7080ac9ff329fc2d4523b80c25ffba0873784

Authored by guzijian
1 parent feb53f80

feat: 补充原因

garbage-removal/src/pages/order/detail/index.vue
@@ -15,9 +15,9 @@ @@ -15,9 +15,9 @@
15 <!-- 信息提示 --> 15 <!-- 信息提示 -->
16 <view class="order-detail-container-box-card"> 16 <view class="order-detail-container-box-card">
17 <text v-if="dataGram.garCancelFlag == 0" style="color: red;">请于交易完成后线下支付!!</text> 17 <text v-if="dataGram.garCancelFlag == 0" style="color: red;">请于交易完成后线下支付!!</text>
18 - <view v-else style="display: flex;color: red;"> 18 + <view v-else style="display: flex; color:red;">
19 <u-icon name="close-circle" color="red"></u-icon> 19 <u-icon name="close-circle" color="red"></u-icon>
20 - <text style="color: red;">&nbsp;&nbsp;订单已被取消!</text> 20 + <text> &nbsp;&nbsp;订单已被取消!原因:{{ dataGram.garReason }}</text>
21 </view> 21 </view>
22 </view> 22 </view>
23 <!-- 派单信息 --> 23 <!-- 派单信息 -->