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

2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
  1. "use strict";
  2. const common_vendor = require("../../../common/vendor.js");
  3. const common_assets = require("../../../common/assets.js");
  4. if (!Array) {
  5. const _easycom_up_navbar2 = common_vendor.resolveComponent("up-navbar");
  6. const _easycom_u_icon2 = common_vendor.resolveComponent("u-icon");
  7. (_easycom_up_navbar2 + _easycom_u_icon2)();
  8. }
  9. const _easycom_up_navbar = () => "../../../uni_modules/uview-plus/components/u-navbar/u-navbar.js";
  10. const _easycom_u_icon = () => "../../../uni_modules/uview-plus/components/u-icon/u-icon.js";
  11. if (!Math) {
  12. (_easycom_up_navbar + _easycom_u_icon + notice)();
  13. }
  14. const notice = () => "./comp/notice.js";
  15. const _sfc_main = {
  16. __name: "index",
  17. setup(__props) {
  18. return (_ctx, _cache) => {
  19. return {
  20. a: common_vendor.p({
  21. leftText: " ",
  22. title: "事务通",
  23. safeAreaInsetTop: false,
  24. autoBack: false
  25. }),
  26. b: common_assets._imports_0,
  27. c: common_vendor.p({
  28. name: "arrow-right"
  29. }),
  30. d: common_assets._imports_0$1,
  31. e: common_vendor.o(($event) => _ctx.$goPage("/pages/subPage/login/login")),
  32. f: common_assets._imports_2,
  33. g: common_assets._imports_3,
  34. h: common_vendor.o(($event) => _ctx.$goPage("/pages/subPage/notice/notice"))
  35. };
  36. };
  37. }
  38. };
  39. const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-184b8d5d"], ["__file", "D:/work/xinjiangMiniProgram/pages/tabbar/index/index.vue"]]);
  40. wx.createPage(MiniProgramPage);