detail-content-card.js 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. "use strict";
  2. const common_vendor = require("../../../../common/vendor.js");
  3. const sheep_index = require("../../../../sheep/index.js");
  4. require("../../../../sheep/url/index.js");
  5. require("../../../../sheep/store/index.js");
  6. require("../../../../sheep/store/app.js");
  7. require("../../../../sheep/api/promotion/diy.js");
  8. require("../../../../sheep/request/index.js");
  9. require("../../../../sheep/config/index.js");
  10. require("../../../../sheep/platform/index.js");
  11. require("../../../../sheep/platform/provider/wechat/index.js");
  12. require("../../../../sheep/platform/provider/wechat/miniProgram.js");
  13. require("../../../../sheep/api/member/auth.js");
  14. require("../../../../sheep/api/member/social.js");
  15. require("../../../../sheep/api/member/user.js");
  16. require("../../../../sheep/platform/provider/apple/index.js");
  17. require("../../../../sheep/platform/share.js");
  18. require("../../../../sheep/router/index.js");
  19. require("../../../../sheep/hooks/useModal.js");
  20. require("../../../../sheep/helper/index.js");
  21. require("../../../../sheep/helper/test.js");
  22. require("../../../../sheep/helper/digit.js");
  23. require("../../../../sheep/api/member/signin.js");
  24. require("../../../../sheep/helper/throttle.js");
  25. require("../../../../sheep/platform/pay.js");
  26. require("../../../../sheep/api/pay/order.js");
  27. require("../../../../sheep/store/user.js");
  28. require("../../../../sheep/store/cart.js");
  29. require("../../../../sheep/api/trade/cart.js");
  30. require("../../../../sheep/api/pay/wallet.js");
  31. require("../../../../sheep/api/trade/order.js");
  32. require("../../../../sheep/api/promotion/coupon.js");
  33. require("../../../../sheep/store/sys.js");
  34. require("../../../../sheep/store/modal.js");
  35. require("../../../../sheep/config/zIndex.js");
  36. if (!Array) {
  37. const _easycom_mp_html2 = common_vendor.resolveComponent("mp-html");
  38. _easycom_mp_html2();
  39. }
  40. const _easycom_mp_html = () => "../../../../uni_modules/mp-html/components/mp-html/mp-html.js";
  41. if (!Math) {
  42. _easycom_mp_html();
  43. }
  44. const _sfc_main = {
  45. __name: "detail-content-card",
  46. props: {
  47. content: {
  48. type: String,
  49. default: ""
  50. }
  51. },
  52. setup(__props) {
  53. sheep_index.sheep.$platform.device;
  54. return (_ctx, _cache) => {
  55. return {
  56. a: common_vendor.p({
  57. content: __props.content
  58. })
  59. };
  60. };
  61. }
  62. };
  63. const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-cebfed36"], ["__file", "D:/zx/mall-front-app/pages/goods/components/detail/detail-content-card.vue"]]);
  64. wx.createComponent(Component);