You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.5 KiB
40 lines
1.5 KiB
"use strict";
|
|
const common_vendor = require("../../../common/vendor.js");
|
|
const common_assets = require("../../../common/assets.js");
|
|
if (!Array) {
|
|
const _easycom_up_navbar2 = common_vendor.resolveComponent("up-navbar");
|
|
const _easycom_u_icon2 = common_vendor.resolveComponent("u-icon");
|
|
(_easycom_up_navbar2 + _easycom_u_icon2)();
|
|
}
|
|
const _easycom_up_navbar = () => "../../../uni_modules/uview-plus/components/u-navbar/u-navbar.js";
|
|
const _easycom_u_icon = () => "../../../uni_modules/uview-plus/components/u-icon/u-icon.js";
|
|
if (!Math) {
|
|
(_easycom_up_navbar + _easycom_u_icon + notice)();
|
|
}
|
|
const notice = () => "./comp/notice.js";
|
|
const _sfc_main = {
|
|
__name: "index",
|
|
setup(__props) {
|
|
return (_ctx, _cache) => {
|
|
return {
|
|
a: common_vendor.p({
|
|
leftText: " ",
|
|
title: "事务通",
|
|
safeAreaInsetTop: false,
|
|
autoBack: false
|
|
}),
|
|
b: common_assets._imports_0,
|
|
c: common_vendor.p({
|
|
name: "arrow-right"
|
|
}),
|
|
d: common_assets._imports_0$1,
|
|
e: common_vendor.o(($event) => _ctx.$goPage("/pages/subPage/login/login")),
|
|
f: common_assets._imports_2,
|
|
g: common_assets._imports_3,
|
|
h: common_vendor.o(($event) => _ctx.$goPage("/pages/subPage/notice/notice"))
|
|
};
|
|
};
|
|
}
|
|
};
|
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-184b8d5d"], ["__file", "D:/work/xinjiangMiniProgram/pages/tabbar/index/index.vue"]]);
|
|
wx.createPage(MiniProgramPage);
|