修改报错
This commit is contained in:
@@ -3,7 +3,7 @@ import { View, Text, Image } from '@tarojs/components'
|
||||
import Taro from '@tarojs/taro'
|
||||
import img from '@/config/images'
|
||||
import './index.scss'
|
||||
|
||||
import PublishMenu from '../PublishMenu'
|
||||
export type currentPageType = 'games' | 'message' | 'personal'
|
||||
|
||||
const GuideBar = (props) => {
|
||||
@@ -59,9 +59,10 @@ const GuideBar = (props) => {
|
||||
))}
|
||||
</View>
|
||||
{/* publish button on the right */}
|
||||
<View className='guide-bar-publish' onClick={handlePublish}>
|
||||
{/* <View className='guide-bar-publish' onClick={handlePublish}>
|
||||
<Image className='guide-bar-publish-icon' src={img.ICON_GUIDE_BAR_PUBLISH} />
|
||||
</View>
|
||||
</View> */}
|
||||
<PublishMenu />
|
||||
</View>
|
||||
</View>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user