成功修改订单页面套餐金额 为 套餐金额/套餐小时 ,而不是固定的10元/小时

This commit is contained in:
8vd8
2025-04-25 17:10:15 +08:00
parent 9e10ea7f30
commit 1f264393b9
44 changed files with 5984 additions and 5872 deletions
+2 -2
View File
@@ -6874,9 +6874,9 @@ function initOnError() {
};
}
function initRuntimeSocketService() {
const hosts = "192.168.1.15,127.0.0.1";
const hosts = "127.0.0.1,192.168.10.22,10.8.0.5";
const port = "8090";
const id = "mp-weixin_DyxEKd";
const id = "mp-weixin_PMV8-V";
const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => {
} : initOnError();