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

50 lines
1.2 KiB

1 year 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. login() {
  10. common_vendor.index.switchTab({
  11. url: "/pages/payment/payment"
  12. });
  13. }
  14. }
  15. };
  16. if (!Array) {
  17. const _easycom_uni_icons2 = common_vendor.resolveComponent("uni-icons");
  18. _easycom_uni_icons2();
  19. }
  20. const _easycom_uni_icons = () => "../../uni_modules/uni-icons/components/uni-icons/uni-icons.js";
  21. if (!Math) {
  22. _easycom_uni_icons();
  23. }
  24. function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
  25. return {
  26. a: common_vendor.p({
  27. type: "contact",
  28. size: "24",
  29. color: "rgb(66,157,250)"
  30. }),
  31. b: common_vendor.p({
  32. type: "eye",
  33. size: "24",
  34. color: "rgb(66,157,250)"
  35. }),
  36. c: common_vendor.p({
  37. type: "checkmarkempty",
  38. size: "24",
  39. color: "rgb(66,157,250)"
  40. }),
  41. d: common_vendor.o((...args) => $options.login && $options.login(...args)),
  42. e: common_vendor.p({
  43. type: "weixin",
  44. size: "40",
  45. color: "rgb(2,187,17)"
  46. })
  47. };
  48. }
  49. const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-e4e4508d"]]);
  50. wx.createPage(MiniProgramPage);