🎈 perf(优化): 隐藏码单入口
This commit is contained in:
parent
eea90ce2ac
commit
185e0d222d
@ -184,7 +184,7 @@ const Comfirm = () => {
|
||||
}
|
||||
}, [preViewOrder])
|
||||
return (
|
||||
<MoveBtn showList={['customer']}>
|
||||
<MoveBtn showList={['order']}>
|
||||
<View className={styles.order_main}>
|
||||
<View className={styles.order_content}>
|
||||
{
|
||||
|
||||
@ -214,7 +214,7 @@ const SpeedComfirm = () => {
|
||||
}
|
||||
}, [preViewOrder])
|
||||
return (
|
||||
<MoveBtn showList={['customer']}>
|
||||
<MoveBtn showList={['order']}>
|
||||
<View className={styles.order_main}>
|
||||
<View className={styles.order_content}>
|
||||
{
|
||||
|
||||
@ -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)) },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user