Commit 6ed7080ac9ff329fc2d4523b80c25ffba0873784
1 parent
feb53f80
feat: 补充原因
Showing
1 changed file
with
2 additions
and
2 deletions
garbage-removal/src/pages/order/detail/index.vue
| ... | ... | @@ -15,9 +15,9 @@ |
| 15 | 15 | <!-- 信息提示 --> |
| 16 | 16 | <view class="order-detail-container-box-card"> |
| 17 | 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 | 19 | <u-icon name="close-circle" color="red"></u-icon> |
| 20 | - <text style="color: red;"> 订单已被取消!</text> | |
| 20 | + <text> 订单已被取消!原因:{{ dataGram.garReason }}</text> | |
| 21 | 21 | </view> |
| 22 | 22 | </view> |
| 23 | 23 | <!-- 派单信息 --> | ... | ... |