|
@@ -51,8 +51,10 @@
|
|
|
<template
|
|
|
v-if="item.peopleConfirmStatus == 1 && item.Sxb010Status == 1 && item.finishStatus == 0 && item.refundStatus == 0">
|
|
|
<view class="an" style="color: #f44336" @click.stop="orderRefund(item.id)">退款</view>
|
|
|
- <template v-if="item.peopleConfirmStatus == 1 && item.sxb010Status == 1 && item.finishStatus == 0 && item.refundStatus == 0">
|
|
|
- <view class="an" style="color: #f44336" @click.stop="orderRefund(item.id)">退款</view>
|
|
|
+ </template>
|
|
|
+ <template
|
|
|
+ v-if="item.peopleConfirmStatus == 1 && item.sxb010Status == 1 && item.finishStatus == 0 && item.refundStatus == 0">
|
|
|
+ <view class="an" style="color: #f44336" @click.stop="orderRefund(item.id)">退款</view>
|
|
|
</template>
|
|
|
<!-- <template v-if="item.resaleStatus == 1 && item.beingOrder == 0">
|
|
|
<view class="an" style="color: #f44336" @click.stop="updateResalePrice(item.id)">修改转售价格</view>
|
|
@@ -185,7 +187,7 @@
|
|
|
success: res => {
|
|
|
this.loadMore = parseInt(res.data.pageCount) > this.param.pageNo;
|
|
|
if (res.data.data) {
|
|
|
- this.list=res.data.data;
|
|
|
+ this.list = res.data.data;
|
|
|
console.log("---1---=" + this.list[0].finishStatus)
|
|
|
console.log("---2---=" + this.list[0].resaleStatus)
|
|
|
}
|
|
@@ -259,10 +261,11 @@
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss">
|
|
|
-page {
|
|
|
- background-color: $pg;
|
|
|
-}
|
|
|
-.state{
|
|
|
- margin-right: -70px;
|
|
|
-}
|
|
|
-</style>
|
|
|
+ page {
|
|
|
+ background-color: $pg;
|
|
|
+ }
|
|
|
+
|
|
|
+ .state {
|
|
|
+ margin-right: -70px;
|
|
|
+ }
|
|
|
+</style>
|