|
|
@@ -239,7 +239,7 @@
|
|
|
<!-- && orderInfo.status != 0 -->
|
|
|
<template v-if="isGoodsReturn == false && orderInfo.status != 0 || orderInfo.status == 0 && !orderInfo.paid">
|
|
|
<view class="kong"></view>
|
|
|
- <view class="footer">
|
|
|
+ <view class="footer" v-if="orderInfo.status!=6">
|
|
|
<view class="footer-box">
|
|
|
<view class="qs-btn" v-if="!orderInfo.paid" @click.stop="cancelOrder">
|
|
|
<image src="@/static/images/shop/closeOrder@2x.png" mode=""></image>
|