12.12 页面风格改版,增加事件详情相关概念网页跳转,增加绑定手机号功能

This commit is contained in:
尚政杰
2025-12-12 19:35:08 +08:00
parent 44842120da
commit 13c783a0ad
256 changed files with 4046 additions and 2986 deletions

View File

@@ -6154,9 +6154,9 @@ function populateParameters(fromRes, toRes) {
appVersion: "1.0.0",
appVersionCode: "100",
appLanguage: getAppLanguage(hostLanguage),
uniCompileVersion: "4.85",
uniCompilerVersion: "4.85",
uniRuntimeVersion: "4.85",
uniCompileVersion: "4.87",
uniCompilerVersion: "4.87",
uniRuntimeVersion: "4.87",
uniPlatform: "mp-weixin",
deviceBrand,
deviceModel: model,
@@ -6305,9 +6305,9 @@ const getAppBaseInfo = {
appLanguage: getAppLanguage(hostLanguage),
isUniAppX: false,
uniPlatform: "mp-weixin",
uniCompileVersion: "4.85",
uniCompilerVersion: "4.85",
uniRuntimeVersion: "4.85"
uniCompileVersion: "4.87",
uniCompilerVersion: "4.87",
uniRuntimeVersion: "4.87"
};
extend(toRes, parameters);
}
@@ -7053,7 +7053,7 @@ function isConsoleWritable() {
function initRuntimeSocketService() {
const hosts = "127.0.0.1,192.168.2.86";
const port = "8090";
const id = "mp-weixin_wSNCF1";
const id = "mp-weixin_8-Qn3K";
const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => {
} : initOnError();