合同小程序前端代码仓库
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.

38 lines
1.0 KiB

10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
  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. usrInfo: {},
  14. allMsg: [],
  15. productName: "",
  16. storeName: "",
  17. onLaunch: function() {
  18. common_vendor.index.__f__("log", "at App.uvue:9", "App Launch");
  19. },
  20. onShow: function() {
  21. common_vendor.index.__f__("log", "at App.uvue:12", "App Show");
  22. },
  23. onHide: function() {
  24. common_vendor.index.__f__("log", "at App.uvue:15", "App Hide");
  25. },
  26. onExit: function() {
  27. common_vendor.index.__f__("log", "at App.uvue:36", "App Exit");
  28. }
  29. });
  30. function createApp() {
  31. const app = common_vendor.createSSRApp(_sfc_main);
  32. return {
  33. app
  34. };
  35. }
  36. createApp().app.mount("#app");
  37. exports.createApp = createApp;
  38. //# sourceMappingURL=../.sourcemap/mp-weixin/app.js.map