绿满眶商城微信小程序-uniapp
zxl
2025-12-18 2ec00e8b2b2fea62e935e29f8ab8b9f0f453afe3
pages/order/orderDetail.vue
@@ -147,9 +147,9 @@
          <view class="customer-service" v-if="order.orderStatus == 'DELIVERED'" @click="onLogistics(order)">查看物流</view>
          <view class="customer-service" v-if="order.orderStatus != 'UNPAID' && order.orderPromotionType == 'PINTUAN'"
            @click="ByUserMessage(order)">查看拼团信息</view>
            <view class="customer-service"
            @click="contact(order.storeId)">联系客服</view>
         <view class="customer-service" v-if="order.orderStatus==='COMPLETED' && order.orderType !=='VIRTUAL'"
<!--            <view class="customer-service"
            @click="contact(order.storeId)">联系客服</view> -->
         <view class="customer-service" v-if="order.orderStatus==='COMPLETED' && order.orderType !=='VIRTUAL'&& order.customizeFlag !=='CUSTOMIZE'"
         @click="buyBack"
         >再来一单</view>
        </view>