richtext2.js 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. "use strict";
  2. const richtext = require("../../richtext.js");
  3. require("../../common/vendor.js");
  4. require("../../sheep/api/promotion/article.js");
  5. require("../../sheep/request/index.js");
  6. require("../../sheep/config/index.js");
  7. require("../../sheep/store/index.js");
  8. require("../../sheep/store/app.js");
  9. require("../../sheep/api/promotion/diy.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/index.js");
  24. require("../../sheep/api/index.js");
  25. require("../../sheep/api/distri/score.js");
  26. require("../../sheep/api/distri/share.js");
  27. require("../../sheep/api/distri/team.js");
  28. require("../../sheep/api/infra/file.js");
  29. require("../../sheep/api/member/address.js");
  30. require("../../sheep/api/member/point.js");
  31. require("../../sheep/api/member/signin.js");
  32. require("../../sheep/api/migration/app.js");
  33. require("../../sheep/api/migration/chat.js");
  34. require("../../sheep/api/migration/index.js");
  35. require("../../sheep/api/migration/third.js");
  36. require("../../sheep/api/pay/channel.js");
  37. require("../../sheep/api/pay/order.js");
  38. require("../../sheep/api/pay/wallet.js");
  39. require("../../sheep/api/product/category.js");
  40. require("../../sheep/api/product/comment.js");
  41. require("../../sheep/api/product/favorite.js");
  42. require("../../sheep/api/product/history.js");
  43. require("../../sheep/api/product/spu.js");
  44. require("../../sheep/api/promotion/activity.js");
  45. require("../../sheep/api/promotion/bargain.js");
  46. require("../../sheep/api/promotion/combination.js");
  47. require("../../sheep/api/promotion/coupon.js");
  48. require("../../sheep/api/promotion/rewardActivity.js");
  49. require("../../sheep/api/promotion/seckill.js");
  50. require("../../sheep/api/system/area.js");
  51. require("../../sheep/api/system/voice.js");
  52. require("../../sheep/api/trade/afterSale.js");
  53. require("../../sheep/api/trade/brokerage.js");
  54. require("../../sheep/api/trade/cart.js");
  55. require("../../sheep/api/trade/config.js");
  56. require("../../sheep/api/trade/delivery.js");
  57. require("../../sheep/api/trade/order.js");
  58. require("../../sheep/url/index.js");
  59. require("../../sheep/config/zIndex.js");
  60. require("../../sheep/helper/throttle.js");
  61. require("../../sheep/platform/pay.js");
  62. require("../../sheep/store/user.js");
  63. require("../../sheep/store/cart.js");
  64. require("../../sheep/store/sys.js");
  65. require("../../sheep/store/modal.js");
  66. wx.createPage(richtext.MiniProgramPage);