| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- "use strict";
- const common_vendor = require("../../../../common/vendor.js");
- const hook_useOnLoad_index = require("../../../../hook/use-on-load/index.js");
- if (!Array) {
- const _easycom_uni_search_bar2 = common_vendor.resolveComponent("uni-search-bar");
- const _easycom_uni_badge2 = common_vendor.resolveComponent("uni-badge");
- (_easycom_uni_search_bar2 + _easycom_uni_badge2)();
- }
- const _easycom_uni_search_bar = () => "../../../../uni_modules/uni-search-bar/components/uni-search-bar/uni-search-bar.js";
- const _easycom_uni_badge = () => "../../../../uni_modules/uni-badge/components/uni-badge/uni-badge.js";
- if (!Math) {
- (_easycom_uni_search_bar + _easycom_uni_badge)();
- }
- const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
- __name: "homePage",
- setup(__props) {
- getApp();
- const text = common_vendor.ref("Hello world");
- const fn = () => {
- common_vendor.index.__f__("log", "at pages/business/tabbar/homePage/homePage.vue:19", "logSuccess");
- };
- const toCRM = () => {
- common_vendor.goToUrl("/pagesCrm/business/home/home");
- };
- hook_useOnLoad_index.useOnLoad(fn);
- return (_ctx, _cache) => {
- return {
- a: common_vendor.t(text.value),
- b: common_vendor.o(() => {
- }),
- c: common_vendor.o(() => {
- }),
- d: common_vendor.p({
- text: "1",
- type: "primary"
- }),
- e: common_vendor.o(toCRM)
- };
- };
- }
- });
- const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-f3fcf405"]]);
- wx.createPage(MiniProgramPage);
- //# sourceMappingURL=../../../../../.sourcemap/mp-weixin/pages/business/tabbar/homePage/homePage.js.map
|