Results 6 issues of yunmiao

经过测试各项配置正常后,在单微信上能够成功调起微信支付,然而遇到有双微信的手机就会出现刚开始安装调起支付就闪退的问题,当我们重启过应用后有时就可以成功调用了,希望大佬们有解决方案!

支持vue3+element-plus吗?

feature request

react-native @0.59.10 react-native-alipay @2.6 ios Alipay.pay()跳转浏览器支付后无回调

- [ ] I'm sure this does not appear in [the issue list of the repository](https://github.com/arco-design/arco-design-vue/issues) ## Basic Info - **Package Name And Version:** @arco-design/[email protected] - **Browser:** chrome105.0.0.0 ## Steps...

type: question

在thinkphp中使用确实很不错! 作者可否有计划兼容webman框架呢?

**编译平台** HbuilderX **VUE版本** vue3 **运行平台** H5 **z-paging版本** 最新版 **问题描述** 我在页面中使用了拖动排序功能,但是当我在触发拖拽时更改scrollable视图没有及时阻止滚动,也就是当我拖拽时还能同时触发页面滚动 ``` var el = document.getElementById('componentList') if (el) { const sortable = Sortable.create(el, { group: 'draggable-component', animation: 200, forceFallback: false, //...