21 lines
689 B
JavaScript
21 lines
689 B
JavaScript
"use strict";
|
|
const common_vendor = require("../../common/vendor.js");
|
|
const _sfc_main = {
|
|
methods: {
|
|
openChat() {
|
|
const conversationID = "C2Cqwe";
|
|
common_vendor.index.navigateTo({
|
|
url: `/TUIKit/components/TUIChat/index?conversationID=${conversationID}`
|
|
});
|
|
}
|
|
}
|
|
};
|
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
return {
|
|
a: common_vendor.o$1((...args) => $options.openChat && $options.openChat(...args))
|
|
};
|
|
}
|
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
wx.createPage(MiniProgramPage);
|
|
//# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/Mine/Mine.js.map
|