巴林闲侠 2 years ago
parent
commit
5aa900bce5
  1. 4
      weapp/src/pages/home/index.jsx

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

@ -51,13 +51,13 @@ const Index = () => {
{isSuperAdmin ? '查看' : '填报'}
</View>
</View>
{
{/* {
isSuperAdmin &&
<View className='card video'>
<View className='title'> </View>
<View className='btn' onClick={toVideo}>查看</View>
</View>
}
} */}
</View>
);
}

Loading…
Cancel
Save