合同小程序前端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
990 B

  1. "use strict";
  2. Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
  3. const common_vendor = require("./common/vendor.js");
  4. if (!Math) {
  5. "./pages/index/login.js";
  6. "./pages/home/home.js";
  7. "./pages/index/wode.js";
  8. "./pages/views/dingDanCreate.js";
  9. "./pages/index/dingdan.js";
  10. "./pages/index/PayPal.js";
  11. }
  12. const _sfc_main = common_vendor.defineComponent({
  13. onLaunch: function() {
  14. common_vendor.index.__f__("log", "at App.uvue:5", "App Launch");
  15. },
  16. onShow: function() {
  17. common_vendor.index.__f__("log", "at App.uvue:8", "App Show");
  18. },
  19. onHide: function() {
  20. common_vendor.index.__f__("log", "at App.uvue:11", "App Hide");
  21. },
  22. onExit: function() {
  23. common_vendor.index.__f__("log", "at App.uvue:32", "App Exit");
  24. }
  25. });
  26. function createApp() {
  27. const app = common_vendor.createSSRApp(_sfc_main);
  28. return {
  29. app
  30. };
  31. }
  32. createApp().app.mount("#app");
  33. exports.createApp = createApp;
  34. //# sourceMappingURL=../.sourcemap/mp-weixin/app.js.map