zzc-design-mobile icon indicating copy to clipboard operation
zzc-design-mobile copied to clipboard

Results 20 zzc-design-mobile issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.4 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

Bumps [marked](https://github.com/markedjs/marked) from 0.4.0 to 1.1.1. Release notes Sourced from marked's releases. 1.1.1 Fixes Fix image links with escaped brackets #1683 Fix async highlight not async #1685 Fix ordered lists...

dependencies

场景:查接口前显示loading,查完后隐藏loading。 ``` Toast.loading(lang.ToastText.loading, 0); this.getMessageList(pageType) .then((data) => { Toast.hideToast(); const { list } = data; this.setState({ pageState: 'normal', messageList: list }); }) .catch((err) => { Toast.error(err.message); this.setState({ pageState: 'error', messageList:...

![image](https://user-images.githubusercontent.com/20843521/77911217-09649f80-72c3-11ea-9438-e9de8d9f5878.png)

用`react-router` v4构建的单页面网页,如果在输入框聚焦状态下点击跳转,会因为失焦执行`FormItem`的`validationData`方法,但因为是延迟100ms才执行,此时组件已经销毁,导致报错。 ``` validationData(id: string) { if (this.validationTime) { clearTimeout(this.validationTime); this.validationTime = null; } this.validationTime = setTimeout(() => { const { formContext } = this.props; formContext.validation(id, null); }, 100); }...

Alert组件无标题时可不可以让content有上补白

**Reproduction link** https://lllllamho.github.io/zzc-design-mobile/#imageView **Steps to reproduce** 1.点击图片预览弹窗 2.左右滑动都重新加载; **What is expected?** 组件内已加载过图片进行缓存,不再网络请求加载; **What is actually happening?** 每次都重新加载全量组件内全部图片

![image](https://user-images.githubusercontent.com/20843521/49485800-262bc700-f877-11e8-94d6-579ac7468f19.png)