| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 | "use strict";const common_vendor = require("../../../../common/vendor.js");const sheep_index = require("../../../../sheep/index.js");require("../../../../sheep/url/index.js");require("../../../../sheep/store/index.js");require("../../../../sheep/store/app.js");require("../../../../sheep/api/promotion/diy.js");require("../../../../sheep/request/index.js");require("../../../../sheep/config/index.js");require("../../../../sheep/platform/index.js");require("../../../../sheep/platform/provider/wechat/index.js");require("../../../../sheep/platform/provider/wechat/miniProgram.js");require("../../../../sheep/api/member/auth.js");require("../../../../sheep/api/member/social.js");require("../../../../sheep/api/member/user.js");require("../../../../sheep/platform/provider/apple/index.js");require("../../../../sheep/platform/share.js");require("../../../../sheep/router/index.js");require("../../../../sheep/hooks/useModal.js");require("../../../../sheep/helper/index.js");require("../../../../sheep/helper/test.js");require("../../../../sheep/helper/digit.js");require("../../../../sheep/helper/throttle.js");require("../../../../sheep/platform/pay.js");require("../../../../sheep/api/pay/order.js");require("../../../../sheep/store/user.js");require("../../../../sheep/store/cart.js");require("../../../../sheep/api/trade/cart.js");require("../../../../sheep/api/pay/wallet.js");require("../../../../sheep/api/trade/order.js");require("../../../../sheep/api/promotion/coupon.js");require("../../../../sheep/store/sys.js");require("../../../../sheep/store/modal.js");require("../../../../sheep/config/zIndex.js");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) {    sheep_index.sheep.$platform.device;    return (_ctx, _cache) => {      return {        a: common_vendor.p({          content: __props.content        })      };    };  }};const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-cebfed36"], ["__file", "/Users/RuHu.Xu/Desktop/mall-newfeifan-zx-app/pages/goods/components/detail/detail-content-card.vue"]]);wx.createComponent(Component);
 |