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)) }, ]