Files
YGChatCS/unpackage/dist/dev/mp-weixin/components/ServiceTipsWord/index.js
2025-07-11 14:46:30 +08:00

27 lines
1.0 KiB
JavaScript

"use strict";
const common_vendor = require("../../common/vendor.js");
const common_assets = require("../../common/assets.js");
const _sfc_main = {
__name: "index",
setup(__props) {
const handleRefresh = (type) => {
common_vendor.index.__f__("log", "at components/ServiceTipsWord/index.vue:29", `Button clicked: ${type}`);
};
const handleClick = (type) => {
common_vendor.index.__f__("log", "at components/ServiceTipsWord/index.vue:33", `Button clicked: ${type}`);
};
return (_ctx, _cache) => {
return {
a: common_assets._imports_0$6,
b: common_vendor.o(handleRefresh),
c: common_vendor.o(($event) => handleClick("bed")),
d: common_vendor.o(($event) => handleClick("hotWater")),
e: common_vendor.o(($event) => handleClick("mahjong"))
};
};
}
};
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-f577f2f2"]]);
wx.createComponent(Component);
//# sourceMappingURL=../../../.sourcemap/mp-weixin/components/ServiceTipsWord/index.js.map