This commit is contained in:
pengxiaolong
2025-05-20 00:10:07 +08:00
parent ff546bd9a9
commit 6107739077
34 changed files with 583 additions and 92 deletions

View File

@@ -0,0 +1,19 @@
"use strict";
const common_vendor = require("../common/vendor.js");
function TUIlogin(chatInfo, info, userSig) {
common_vendor.index.$SDKAppID = chatInfo.appId;
common_vendor.index.$userID = info.userChatId;
common_vendor.index.$userSig = userSig;
common_vendor.A.login({
SDKAppID: common_vendor.index.$SDKAppID,
userID: common_vendor.index.$userID,
userSig: common_vendor.index.$userSig,
useUploadPlugin: true,
// If you need to send rich media messages, please set to true.
framework: `vue${vueVersion}`
// framework used vue2 / vue3
}).catch(() => {
});
}
exports.TUIlogin = TUIlogin;
//# sourceMappingURL=../../.sourcemap/mp-weixin/components/TUILogin.js.map

View File

@@ -134,7 +134,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
g: "4813d59a-0-" + i0
});
}),
b: common_assets._imports_0$3,
b: common_assets._imports_0$4,
c: $data.Gender,
d: $data.Gender ? 1 : "",
e: !$data.Gender ? 1 : ""

View File

@@ -38,7 +38,7 @@ const _sfc_main = {
iconPath: "../../static/Mine.png",
selectedIconPath: "../../static/Mineclick.png",
text: "我的",
pagePath: "../../pages/Mine/Mine",
pagePath: "/pages/Mine/Mine",
middleClass: ""
}
]);

View File

@@ -37,7 +37,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
f: !$data.Select ? 1 : "",
g: common_vendor.o$1((...args) => $options.screening && $options.screening(...args)),
h: common_vendor.o$1((...args) => $options.Search && $options.Search(...args)),
i: common_assets._imports_0$2
i: common_assets._imports_0$3
};
}
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-ce2f6748"]]);