🎈 perf(开启色卡与剪样):

This commit is contained in:
czm 2023-02-24 13:55:34 +08:00
parent 11dbf5d460
commit a70852dc54
2 changed files with 1 additions and 3 deletions

View File

@ -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)
}

View File

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