From 916eb989c9986aaa519287f250948e6a4a2f8052 Mon Sep 17 00:00:00 2001 From: czm <2192718639@qq.com> Date: Fri, 13 Jan 2023 00:11:19 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(=E6=9A=82=E6=97=B6=E5=B1=8F?= =?UTF-8?q?=E8=94=BD=E7=A0=81=E5=8D=95=E5=8A=9F=E8=83=BD):?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/order/index.tsx | 2 +- src/pages/user/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/order/index.tsx b/src/pages/order/index.tsx index 3d29822..8d71aa3 100644 --- a/src/pages/order/index.tsx +++ b/src/pages/order/index.tsx @@ -287,7 +287,7 @@ const Order = () => { [orderDetail], ) return ( - + {(orderDetail?.status != SaleorderstatusWaitingPrePayment.value && ) || ( diff --git a/src/pages/user/index.tsx b/src/pages/user/index.tsx index c7b4f07..d442bbc 100644 --- a/src/pages/user/index.tsx +++ b/src/pages/user/index.tsx @@ -59,7 +59,7 @@ export default () => { const menuList = [ { label: '地址管理', icon: 'icon-dizhiguanli', callback: () => goLink('/pages/addressManager/index') }, - { label: '码单管理', icon: 'icon-mdgl', icon_status: 'local', callback: () => goLink('/pages/codeList/index') }, + // { label: '码单管理', icon: 'icon-mdgl', icon_status: 'local', callback: () => goLink('/pages/codeList/index') }, { label: '颜色对比', icon: 'icon-yanseduibi', callback: () => goLink('/pages/sampleComparison/index') }, { label: '我的客服', icon: 'icon-wodekefu', text: '7x24小时服务', callback: () => (set_customer_service_show(true)) }, ]