| | |
| | | shape="circle" |
| | | class="cancel-btn" |
| | | size="mini" |
| | | v-if="order.orderStatus === 'COMPLETED'" |
| | | v-if="order.orderStatus === 'COMPLETED'&& order.orderType !=='VIRTUAL'" |
| | | @click="buyBack(order)" |
| | | > |
| | | 再来一单 |
| | |
| | | @click="ByUserMessage(order)">查看拼团信息</view> |
| | | <view class="customer-service" |
| | | @click="contact(order.storeId)">联系客服</view> |
| | | <view class="customer-service" v-if="order.orderStatus==='COMPLETED'" |
| | | <view class="customer-service" v-if="order.orderStatus==='COMPLETED' && order.orderType !=='VIRTUAL'" |
| | | @click="buyBack" |
| | | >再来一单</view> |
| | | </view> |