会员
周边
新闻
博问
闪存
众包
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
芝麻小仙女
博客园
首页
新随笔
联系
管理
订阅
11 2020 档案
【react+taro做一个商品分类的组件】版本1(我愿称之为最简版本)
摘要:UI设计图: 组件代码: import Taro from '@tarojs/taro'; import { View, Button } from '@tarojs/components'; import classNames from 'classnames'; import IconFont
阅读全文
posted @
2020-11-19 14:20
芝麻小仙女
阅读(587)
评论(0)
推荐(0)
ts那些记得有些烦的定义
摘要:// 来自antd的menu组件定义 export interface SelectParam { key: string; keyPath: Array<string>; item: any; domEvent: Event; selectedKeys: Array<string>; } expo
阅读全文
posted @
2020-11-09 17:40
芝麻小仙女
阅读(459)
评论(0)
推荐(0)
公告