40 lines
1.3 KiB
JavaScript
40 lines
1.3 KiB
JavaScript
"use strict";
|
|
const common_vendor = require("../../common/vendor.js");
|
|
if (!Array) {
|
|
const _easycom_up_empty2 = common_vendor.resolveComponent("up-empty");
|
|
_easycom_up_empty2();
|
|
}
|
|
const _easycom_up_empty = () => "../../node-modules/uview-plus/components/u-empty/u-empty.js";
|
|
if (!Math) {
|
|
_easycom_up_empty();
|
|
}
|
|
const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
|
|
__name: "hs-empty",
|
|
props: {
|
|
mode: null,
|
|
text: null,
|
|
height: null,
|
|
iconSize: null,
|
|
textSize: null
|
|
},
|
|
setup(__props) {
|
|
const props = __props;
|
|
const baseStyle = {
|
|
height: props.height || "40vh"
|
|
};
|
|
return (_ctx, _cache) => {
|
|
return {
|
|
a: common_vendor.p({
|
|
mode: (props == null ? void 0 : props.mode) || "favor",
|
|
text: (props == null ? void 0 : props.text) || "暂无数据",
|
|
iconSize: (props == null ? void 0 : props.iconSize) || 60,
|
|
textSize: (props == null ? void 0 : props.textSize) || "20rpx"
|
|
}),
|
|
b: common_vendor.s(baseStyle)
|
|
};
|
|
};
|
|
}
|
|
});
|
|
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-9e2a467e"], ["__file", "/Users/zsq/Sources/github/2025property-pay/pay-customer/src/components/hs-empty/hs-empty.vue"]]);
|
|
wx.createComponent(Component);
|