feat: remove useless dependence
This commit is contained in:
@@ -170,15 +170,8 @@ function Index() {
|
||||
})
|
||||
}
|
||||
|
||||
const handleDetail = () => {
|
||||
Taro.navigateTo({
|
||||
url: '/pages/detail/index'
|
||||
})
|
||||
}
|
||||
|
||||
return (
|
||||
<View className='index-page'>
|
||||
<Button onClick={handleDetail}>球局详情</Button>
|
||||
{/* 页面标题 */}
|
||||
<View className='page-header'>
|
||||
<Text className='page-title'>API 请求演示</Text>
|
||||
|
||||
Reference in New Issue
Block a user