acdr-ui/dist/dev/mp-weixin/modules/mall/goods/components/detail/detail-content-card.js

33 lines
878 B
JavaScript
Raw Normal View History

2024-09-19 07:20:14 +08:00
"use strict";
const common_vendor = require("../../../../../common/vendor.js");
2024-10-01 09:15:35 +08:00
const modules_mall_sheep_index = require("../../../sheep/index.js");
2024-09-19 07:20:14 +08:00
if (!Array) {
const _easycom_mp_html2 = common_vendor.resolveComponent("mp-html");
_easycom_mp_html2();
}
const _easycom_mp_html = () => "../../../../../uni_modules/mp-html/components/mp-html/mp-html.js";
if (!Math) {
_easycom_mp_html();
}
const _sfc_main = {
__name: "detail-content-card",
props: {
content: {
type: String,
default: ""
}
},
setup(__props) {
2024-10-01 09:15:35 +08:00
modules_mall_sheep_index.sheep.$platform.device;
2024-09-19 07:20:14 +08:00
return (_ctx, _cache) => {
return {
a: common_vendor.p({
content: __props.content
})
};
};
}
};
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-3b2e041f"]]);
wx.createComponent(Component);