From a70852dc54444e059dd499b09b5d024e9de0ec51 Mon Sep 17 00:00:00 2001 From: czm <2192718639@qq.com> Date: Fri, 24 Feb 2023 13:55:34 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=20perf(=E5=BC=80=E5=90=AF=E8=89=B2?= =?UTF-8?q?=E5=8D=A1=E4=B8=8E=E5=89=AA=E6=A0=B7):?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/details/index.tsx | 2 -- src/pages/user/index.tsx | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/pages/details/index.tsx b/src/pages/details/index.tsx index 90f55d1..8a8ec41 100644 --- a/src/pages/details/index.tsx +++ b/src/pages/details/index.tsx @@ -237,7 +237,6 @@ const Details = (props: Params) => { const { fetchData: colorCardFetchData } = GetColorCardOrderByProductApi() const getColorCardData = async() => { - return alert.none('功能开发中') const res = await colorCardFetchData({ product_id: productInfo.id }) if (res.data) { res.data.count = 1 @@ -250,7 +249,6 @@ const Details = (props: Params) => { const [showColorSelect, setShowColorSelect] = useState(false) const openColorSelect = () => { - return alert.none('功能开发中') setShowColorSelect(true) } diff --git a/src/pages/user/index.tsx b/src/pages/user/index.tsx index 1a3dca5..b0fdc19 100644 --- a/src/pages/user/index.tsx +++ b/src/pages/user/index.tsx @@ -60,7 +60,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-yanseduibi', callback: () => goLink('/pages/colorCardClipping/index') }, + { label: '色卡剪样', icon: 'icon-yanseduibi', callback: () => goLink('/pages/colorCardClipping/index') }, { label: '颜色对比', icon: 'icon-yanseduibi', callback: () => goLink('/pages/sampleComparison/index') }, { label: '我的客服', icon: 'icon-wodekefu', text: '7x24小时服务', callback: () => (set_customer_service_show(true)) }, ]