|
@@ -165,7 +165,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div v-if="data.deliveryType == 3">
|
|
|
+ <div v-if="data.deliveryType == 3 || data.deliveryType == 4">
|
|
|
<div class="right" style="text-align: right;" v-if="data.orderType == 3">
|
|
|
<div class="btn-line">
|
|
|
<el-button @click="handleClickConfirm(0)" type="primary" round>确认收货</el-button>
|
|
@@ -176,6 +176,7 @@
|
|
|
</div>
|
|
|
</template>
|
|
|
<script>
|
|
|
+import { setTab } from '@/utils/auth';
|
|
|
import { orderInfo, orderConfirm } from "@/api/allApi";
|
|
|
export default {
|
|
|
data() {
|
|
@@ -214,6 +215,7 @@ export default {
|
|
|
message: '提交成功!',
|
|
|
type: 'success'
|
|
|
});
|
|
|
+ setTab('exchange');
|
|
|
this.$router.push({
|
|
|
path: '/home/myCenter',
|
|
|
});
|