vb
This commit is contained in:
@@ -30,6 +30,7 @@ export default function DistributorIndex() {
|
||||
|
||||
const goInvite = () => Taro.navigateTo({ url: '/subpackages/distributor/invite' })
|
||||
const goWithdraw = () => Taro.navigateTo({ url: '/subpackages/distributor/withdraw' })
|
||||
const showComingSoon = () => Taro.showToast({ title: '功能开发中', icon: 'none' })
|
||||
|
||||
if (loading) return <View>Loading...</View>
|
||||
if (!info) return <View>Error</View>
|
||||
@@ -62,11 +63,11 @@ export default function DistributorIndex() {
|
||||
<Text>推广二维码</Text>
|
||||
<Text className='arrow'>></Text>
|
||||
</View>
|
||||
<View className='menu-item'>
|
||||
<View className='menu-item' onClick={showComingSoon}>
|
||||
<Text>我的团队</Text>
|
||||
<Text className='arrow'>></Text>
|
||||
</View>
|
||||
<View className='menu-item'>
|
||||
<View className='menu-item' onClick={showComingSoon}>
|
||||
<Text>提现记录</Text>
|
||||
<Text className='arrow'>></Text>
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user