绿满眶商城微信小程序-uniapp
peng
2025-09-18 c1189fb4bb935a20ac8af02f53960e86380a236b
虚拟商品订单关闭再来一单的入口
2个文件已修改
4 ■■■■ 已修改文件
pages/order/myOrder.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/order/orderDetail.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/order/myOrder.vue
@@ -161,7 +161,7 @@
                    shape="circle"
                    class="cancel-btn"
                    size="mini"
                    v-if="order.orderStatus === 'COMPLETED'"
                    v-if="order.orderStatus === 'COMPLETED'&& order.orderType !=='VIRTUAL'"
                    @click="buyBack(order)"
                  >
                    再来一单
pages/order/orderDetail.vue
@@ -149,7 +149,7 @@
            @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>