feat: 第一次上传代码
This commit is contained in:
35
unpackage/dist/dev/mp-weixin/pages/index/index.js
vendored
Normal file
35
unpackage/dist/dev/mp-weixin/pages/index/index.js
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
"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
|
||||
Reference in New Issue
Block a user