Files
smartDriveEEUniApp/unpackage/dist/dev/mp-weixin/pages/meeting_prepare/meeting_prepare.js
2026-01-20 08:46:36 +08:00

40 lines
1.0 KiB
JavaScript

"use strict";
const common_vendor = require("../../common/vendor.js");
const _sfc_main = {
data() {
return {};
},
onLoad() {
},
methods: {
goBack() {
common_vendor.index.navigateBack();
}
}
};
if (!Array) {
const _easycom_uni_nav_bar2 = common_vendor.resolveComponent("uni-nav-bar");
_easycom_uni_nav_bar2();
}
const _easycom_uni_nav_bar = () => "../../uni_modules/uni-nav-bar/components/uni-nav-bar/uni-nav-bar.js";
if (!Math) {
_easycom_uni_nav_bar();
}
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return {
a: common_vendor.o($options.goBack),
b: common_vendor.p({
fixed: true,
statusBar: true,
border: false,
title: "会议准备",
leftIcon: "left",
color: "#333",
backgroundColor: "#FFFFFF"
})
};
}
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
wx.createPage(MiniProgramPage);
//# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/meeting_prepare/meeting_prepare.js.map