1.12.0 • Published 1 year ago
hymd-store-h5-components v1.12.0
cool-components
使用
文档
TODO
- 文档代码例子
- 修改body样式等
- 修改story的标题和描述
- 组件测试
- storybook部署固定一个访问地址
- 版本管理与更新日志
FQA
- 弹框路由组件影响页面全局的popstate事件导致路由混乱
1. 再全局popstate添加 sesstionStorage标识判断
2. 在弹弹窗时设置标识
3. 在弹框关闭时设置 setTimeout(() => { 移除标识}, 500)
- popup里面确定跳转其他路由
确定,关闭后触发其他路由跳转