12.12 页面风格改版,增加事件详情相关概念网页跳转,增加绑定手机号功能
This commit is contained in:
14
unpackage/dist/dev/mp-weixin/common/vendor.js
vendored
14
unpackage/dist/dev/mp-weixin/common/vendor.js
vendored
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user