隐藏再来一单按钮操作
This commit is contained in:
parent
4d6e41ed1c
commit
3c87af65de
@ -75,10 +75,10 @@
|
||||
服务评价
|
||||
</button>
|
||||
<button class="yfd-btn" @click="cancelOrder">运费单</button> -->
|
||||
<button class="pay-btn" @click="goToPay(item)">再来一单</button>
|
||||
<!-- <button class="pay-btn" @click="goToPay(item)">再来一单</button> -->
|
||||
</view>
|
||||
<view class="btn-group" v-if="item.order_status === 7">
|
||||
<button class="pay-btn" @click="goToPay(item)">再来一单</button>
|
||||
<!-- <button class="pay-btn" @click="goToPay(item)">再来一单</button> -->
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@ -76,10 +76,10 @@
|
||||
服务评价
|
||||
</button>
|
||||
<button class="yfd-btn" @click="cancelOrder">运费单</button> -->
|
||||
<button class="pay-btn" @click="goToPay(item)">再来一单</button>
|
||||
<!-- <button class="pay-btn" @click="goToPay(item)">再来一单</button> -->
|
||||
</view>
|
||||
<view class="btn-group" v-if="item.order_status === 7">
|
||||
<button class="pay-btn" @click="goToPay(item)">再来一单</button>
|
||||
<!-- <button class="pay-btn" @click="goToPay(item)">再来一单</button> -->
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
<view class="status-bar" v-if="status === '6'">
|
||||
<view class="status">已取消</view>
|
||||
<view class="countdown">订单已取消</view>
|
||||
<view class="tips">您的订单已取消,再来一单吧</view>
|
||||
<!-- <view class="tips">您的订单已取消,再来一单吧</view> -->
|
||||
</view>
|
||||
<!-- <view class="status-bar" v-if="status === '退款中'">
|
||||
<view class="status">已完成</view>
|
||||
@ -150,7 +150,7 @@
|
||||
<view class="bottom-buttons" v-if="status === '6'">
|
||||
<!-- <button class="yfd-btn" @click="cancelOrder">运费单</button> -->
|
||||
<!-- <button class="cancel-btn" @click="cancelOrder">服务评价</button> -->
|
||||
<button class="pay-btn" @click="gotoPayment">再来一单</button>
|
||||
<!-- <button class="pay-btn" @click="gotoPayment">再来一单</button> -->
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user