Browse Source

(*)修改权限码

dev
ww664853070 2 years ago
parent
commit
56fa3a801b
  1. 2
      weapp/src/pages/home/index.jsx
  2. 2
      weapp/src/pages/user/index.jsx

2
weapp/src/pages/home/index.jsx

@ -103,7 +103,7 @@ const Index = () => {
</View> : '' </View> : ''
} }
{ {
judgeRight('WXTODOLIST') ? judgeRight('WXTODOANDONE') ?
<View className='card fill_wait'> <View className='card fill_wait'>
<View className='title'> </View> <View className='title'> </View>
<View className='btn' onClick={ <View className='btn' onClick={

2
weapp/src/pages/user/index.jsx

@ -112,7 +112,7 @@ const Index = ({ ...props }) => {
: '' : ''
} }
{ {
judgeRight('WXDONELIST') ? judgeRight('WXTODOANDONE') ?
<View className='box' onClick={() => toMyReport('handle')}> <View className='box' onClick={() => toMyReport('handle')}>
<Image className='box-img' src={reportImg} /> <Image className='box-img' src={reportImg} />
<View className='box-txt'> <View className='box-txt'>

Loading…
Cancel
Save