Files
li 5f40e4e1b5 feat: 前端全量更新 - 含所有本次需求
- 移除秒合约页面及UI
- 合约页Tab改为Position Held/Transaction Record
- 存款/提款/转账页增加BTC/ETH
- 资产页重构(用户信息+盈亏+多语言)
- 注册页改版(匹配新设计稿)
- 日文全面翻译+首页菜单多语言
- 代理专属注册链接支持(?code=)
- 10个locale文件同步更新
2026-03-30 20:14:20 +08:00

7 lines
629 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## 2.3.42022-07-31
1.使用聊天记录时,触摸列表默认自动隐藏键盘;优化聊天记录模式demo。
2.renderjs与js数据交互修改为通过classList交互,以避免不同页面z-paging renderjs数据与组件数据不一致的问题,从而解决使用页面滚动模式时,有概率出现的列表无法滚动的问题。
3.修复使用`completeByTotal`时,在调用`refresh`后,是否有更多数据判断出现错误的问题。
4.修复在动态隐藏`slot="left"`时,布局未更新的问题。
5.修复在nvue中,在弹窗中使用`z-paging``slot="top"`错位的问题。