|  | 
| 2 | 2 |  * 有底部导航栏的情况 | 
| 3 | 3 |  */ | 
| 4 | 4 | import React from 'react' | 
| 5 |  | -import { HoverButton, Tabbar } from '@nutui/nutui-react-taro' | 
|  | 5 | +// import { HoverButton, Tabbar } from '@nutui/nutui-react-taro' | 
|  | 6 | +// import { HoverButton } from '@nutui/nutui-react-taro' | 
| 6 | 7 | import { View } from '@tarojs/components' | 
| 7 |  | -import { Cart, Category, Find, Home, User } from '@nutui/icons-react-taro' | 
|  | 8 | +// import { Cart, Category, Find, Home, User } from '@nutui/icons-react-taro' | 
| 8 | 9 | 
 | 
| 9 | 10 | const Demo3 = () => { | 
| 10 | 11 |   return ( | 
| 11 | 12 |     <View> | 
| 12 |  | -      <HoverButton icon={<Cart />} tabbarHeight={48} /> | 
| 13 |  | -      {process.env.TARO_ENV !== 'rn' && process.env.TARO_ENV !== 'jdrn' && ( | 
| 14 |  | -        <Tabbar fixed> | 
| 15 |  | -          <Tabbar.Item title="首页" icon={<Home size={18} />} /> | 
| 16 |  | -          <Tabbar.Item title="分类" icon={<Category size={18} />} /> | 
| 17 |  | -          <Tabbar.Item title="发现" icon={<Find size={18} />} /> | 
| 18 |  | -          <Tabbar.Item title="购物车" icon={<Cart size={18} />} /> | 
| 19 |  | -          <Tabbar.Item title="我的" icon={<User size={18} />} /> | 
| 20 |  | -        </Tabbar> | 
| 21 |  | -      )} | 
|  | 13 | +      {/* <HoverButton icon={<Cart />} tabbarHeight={48} /> */} | 
|  | 14 | +      {/* {process.env.TARO_ENV !== 'rn' && process.env.TARO_ENV !== 'jdrn' && ( */} | 
|  | 15 | +      {/*  <Tabbar fixed> */} | 
|  | 16 | +      {/*    <Tabbar.Item title="首页" icon={<Home size={18} />} /> */} | 
|  | 17 | +      {/*    <Tabbar.Item title="分类" icon={<Category size={18} />} /> */} | 
|  | 18 | +      {/*    <Tabbar.Item title="发现" icon={<Find size={18} />} /> */} | 
|  | 19 | +      {/*    <Tabbar.Item title="购物车" icon={<Cart size={18} />} /> */} | 
|  | 20 | +      {/*    <Tabbar.Item title="我的" icon={<User size={18} />} /> */} | 
|  | 21 | +      {/*  </Tabbar> */} | 
|  | 22 | +      {/* )} */} | 
| 22 | 23 |     </View> | 
| 23 | 24 |   ) | 
| 24 | 25 | } | 
|  | 
0 commit comments