style:根据支付分免押要收要求修改、更正页面展示效果

This commit is contained in:
2025-07-17 22:06:46 +08:00
parent 5725dda5df
commit 8910b3c829
11 changed files with 18 additions and 19 deletions
+2 -2
View File
@@ -6988,9 +6988,9 @@ function isConsoleWritable() {
return isWritable;
}
function initRuntimeSocketService() {
const hosts = "192.168.10.45,127.0.0.1";
const hosts = "192.168.1.109,127.0.0.1";
const port = "8090";
const id = "mp-weixin_wcnPdk";
const id = "mp-weixin_6dQp-x";
const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => {
} : initOnError();