|
@@ -116,10 +116,9 @@
|
|
|
<button @click.stop="appeal(item)" class="action-btn recom">{{ item.appeal == 0 ? '申诉' : '取消申诉' }}</button>
|
|
<button @click.stop="appeal(item)" class="action-btn recom">{{ item.appeal == 0 ? '申诉' : '取消申诉' }}</button>
|
|
|
<button @click.stop="orderPay(item)" class="action-btn recom">通过</button>
|
|
<button @click.stop="orderPay(item)" class="action-btn recom">通过</button>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="action-box b-t" v-if="!item.status && item.status != 0">
|
|
|
|
|
- <!-- <button @click.stop="orderPay(item)" class="refuse recom">拒绝</button> -->
|
|
|
|
|
|
|
+ <!-- <view class="action-box b-t" v-if="!item.status && item.status != 0">
|
|
|
<button @click.stop="cancel(item)" class="action-btn recom">取消挂售</button>
|
|
<button @click.stop="cancel(item)" class="action-btn recom">取消挂售</button>
|
|
|
- </view>
|
|
|
|
|
|
|
+ </view> -->
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<uni-load-more :status="tabItem.loadingType"></uni-load-more>
|
|
<uni-load-more :status="tabItem.loadingType"></uni-load-more>
|