加油站付款小程序,打印小票
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.

40 lines
1.3 KiB

9 months ago
  1. "use strict";
  2. const common_vendor = require("../../common/vendor.js");
  3. const _sfc_main = {
  4. data() {
  5. return {};
  6. },
  7. methods: {}
  8. };
  9. if (!Array) {
  10. const _easycom_uni_nav_bar2 = common_vendor.resolveComponent("uni-nav-bar");
  11. const _easycom_uni_section2 = common_vendor.resolveComponent("uni-section");
  12. (_easycom_uni_nav_bar2 + _easycom_uni_section2)();
  13. }
  14. const _easycom_uni_nav_bar = () => "../../uni_modules/uni-nav-bar/components/uni-nav-bar/uni-nav-bar.js";
  15. const _easycom_uni_section = () => "../../uni_modules/uni-section/components/uni-section/uni-section.js";
  16. if (!Math) {
  17. (_easycom_uni_nav_bar + _easycom_uni_section)();
  18. }
  19. function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
  20. return common_vendor.e({
  21. a: common_vendor.p({
  22. dark: true,
  23. fixed: true,
  24. ["background-color"]: "#00aaff",
  25. border: false,
  26. ["status-bar"]: true,
  27. title: "个人中心"
  28. }),
  29. b: common_vendor.p({
  30. title: "我的订单",
  31. type: "line",
  32. titleFontSize: "34rpx"
  33. }),
  34. c: common_vendor.f(10, (item, k0, i0) => {
  35. return {};
  36. })
  37. }, {});
  38. }
  39. const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-3f122818"]]);
  40. wx.createPage(MiniProgramPage);