homePage.js 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. "use strict";
  2. const common_vendor = require("../../../../common/vendor.js");
  3. if (!Array) {
  4. const _easycom_uni_search_bar2 = common_vendor.resolveComponent("uni-search-bar");
  5. const _easycom_uni_badge2 = common_vendor.resolveComponent("uni-badge");
  6. (_easycom_uni_search_bar2 + _easycom_uni_badge2)();
  7. }
  8. const _easycom_uni_search_bar = () => "../../../../uni_modules/uni-search-bar/components/uni-search-bar/uni-search-bar.js";
  9. const _easycom_uni_badge = () => "../../../../uni_modules/uni-badge/components/uni-badge/uni-badge.js";
  10. if (!Math) {
  11. (_easycom_uni_search_bar + _easycom_uni_badge)();
  12. }
  13. const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
  14. __name: "homePage",
  15. setup(__props) {
  16. const text = common_vendor.ref("Hello world");
  17. return (_ctx, _cache) => {
  18. return {
  19. a: common_vendor.t(text.value),
  20. b: common_vendor.o(() => {
  21. }),
  22. c: common_vendor.o(() => {
  23. }),
  24. d: common_vendor.p({
  25. text: "1",
  26. type: "primary"
  27. })
  28. };
  29. };
  30. }
  31. });
  32. my.createPage(_sfc_main);
  33. //# sourceMappingURL=../../../../../.sourcemap/mp-alipay/pages/business/tabbar/homePage/homePage.js.map