🎈 perf(优化): 隐藏码单入口

This commit is contained in:
xuan 2023-03-12 00:44:05 +08:00
parent eea90ce2ac
commit 185e0d222d
3 changed files with 3 additions and 3 deletions

View File

@ -184,7 +184,7 @@ const Comfirm = () => {
}
}, [preViewOrder])
return (
<MoveBtn showList={['customer']}>
<MoveBtn showList={['order']}>
<View className={styles.order_main}>
<View className={styles.order_content}>
{

View File

@ -214,7 +214,7 @@ const SpeedComfirm = () => {
}
}, [preViewOrder])
return (
<MoveBtn showList={['customer']}>
<MoveBtn showList={['order']}>
<View className={styles.order_main}>
<View className={styles.order_content}>
{

View File

@ -62,7 +62,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-sekajianyanglingqu', 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)) },