fix:修复订单列表页搜索参数传递错误的问题;移除租借设备时手机号的验证效果;新增免押无法使用走非免押逻辑的方法
This commit is contained in:
+4
-4
@@ -6091,7 +6091,7 @@ function populateParameters(fromRes, toRes) {
|
||||
const hostLanguage = (language || "").replace(/_/g, "-");
|
||||
const parameters = {
|
||||
appId: "__UNI__A871B6B",
|
||||
appName: "fs",
|
||||
appName: "uni-fans-score",
|
||||
appVersion: "1.0.0",
|
||||
appVersionCode: "100",
|
||||
appLanguage: getAppLanguage(hostLanguage),
|
||||
@@ -6240,7 +6240,7 @@ const getAppBaseInfo = {
|
||||
hostSDKVersion: SDKVersion,
|
||||
hostTheme: theme,
|
||||
appId: "__UNI__A871B6B",
|
||||
appName: "fs",
|
||||
appName: "uni-fans-score",
|
||||
appVersion: "1.0.0",
|
||||
appVersionCode: "100",
|
||||
appLanguage: getAppLanguage(hostLanguage),
|
||||
@@ -6988,9 +6988,9 @@ function isConsoleWritable() {
|
||||
return isWritable;
|
||||
}
|
||||
function initRuntimeSocketService() {
|
||||
const hosts = "192.168.10.21,127.0.0.1";
|
||||
const hosts = "192.168.1.4,127.0.0.1";
|
||||
const port = "8090";
|
||||
const id = "mp-weixin_hkcpyE";
|
||||
const id = "mp-weixin_fn9iXa";
|
||||
const lazy = typeof swan !== "undefined";
|
||||
let restoreError = lazy ? () => {
|
||||
} : initOnError();
|
||||
|
||||
Reference in New Issue
Block a user