成功修改订单页面套餐金额 为 套餐金额/套餐小时 ,而不是固定的10元/小时
This commit is contained in:
+2
-2
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user