36 lines
1.0 KiB
JavaScript
36 lines
1.0 KiB
JavaScript
"use strict";
|
|
const common_vendor = require("../../common/vendor.js");
|
|
if (!Math) {
|
|
(DrawerHome + ChatMainList + exDrawer)();
|
|
}
|
|
const exDrawer = () => "../../third/ex-drawer/ex-drawer.js";
|
|
const DrawerHome = () => "../drawer/DrawerHome.js";
|
|
const ChatMainList = () => "../chat/ChatMainList.js";
|
|
const _sfc_main = {
|
|
__name: "index",
|
|
setup(__props) {
|
|
const drawer = common_vendor.ref();
|
|
const openDrawer = () => {
|
|
drawer.value.open();
|
|
};
|
|
const closeDrawer = () => {
|
|
drawer.value.close();
|
|
};
|
|
return (_ctx, _cache) => {
|
|
return {
|
|
a: common_vendor.o(closeDrawer),
|
|
b: common_vendor.o(openDrawer),
|
|
c: common_vendor.sr(drawer, "1cf27b2a-0", {
|
|
"k": "drawer"
|
|
}),
|
|
d: common_vendor.p({
|
|
width: "488"
|
|
})
|
|
};
|
|
};
|
|
}
|
|
};
|
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-1cf27b2a"]]);
|
|
wx.createPage(MiniProgramPage);
|
|
//# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/index/index.js.map
|