配置表数据变化

This commit is contained in:
chen wei bo
2025-09-05 10:56:43 +08:00
parent 76669b4639
commit 5821bc17ae
7 changed files with 11 additions and 10 deletions
@@ -21,8 +21,7 @@ class SystemBrowserOpener implements IPaymentOpener {
// 如需内嵌 WebView,可封装一个组件并在 open 里显示;此处给空壳
class InAppWebViewOpener implements IPaymentOpener {
async open(url: string) {
// TODO: 实现你的 WebView 弹窗并加载 url;可拦截 redirect_uri 关闭弹窗
sys.openURL(url); // 临时:用系统浏览器兜底
sys.openURL(url); // 系统浏览器
}
canReturnSignal() { return true; } // 拦截回跳时可立即开始轮询
}