你好, 你可以下载Payment模块的源码, 里面包含了微信支付的模块.
我们没有微信支付的企业信息, 无法调试确认它可以正常工作.
你可以提供测试支付的信息吗?
谢谢
hi
Also works(video): https://we.tl/t-psx6Z3DpFf
目前没有这样的Demo 你可以自己尝试实现, 如果你遇到任何问题, 可以随时反馈.
谢谢
你好
你可以在页面中使用一些第三方的组件来实现这样的功能.
ABP完全支持, 如果你遇到任何问题, 可以随时反馈
谢谢
hi
You can try to remove it from all of your projects.
Thanks.
If it's still not working. You can share the code and steps to reproduce your problem with a new template project.
Thanks.
hi
Your App.razor has AbpStyles and AbpScripts components to get bundling js/css.
<AbpStyles BundleName="@BlazorLeptonXThemeBundles.Styles.Global" />
<AbpScripts BundleName="@BlazorLeptonXThemeBundles.Scripts.Global" />
It will use the MVC Bundling & Minification system.
see https://abp.io/docs/latest/framework/ui/mvc-razor-pages/bundling-minification
Thanks.