爱简收旧衣按件回收前端代码仓库
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.

49 lines
1.7 KiB

  1. "use strict";
  2. const common_vendor = require("../../common/vendor.js");
  3. const pages_mixins_pullRefreshMixin = require("../mixins/pullRefreshMixin.js");
  4. const common_assets = require("../../common/assets.js");
  5. const _sfc_main = {
  6. mixins: [pages_mixins_pullRefreshMixin.pullRefreshMixin],
  7. methods: {
  8. async onRefresh() {
  9. await new Promise((resolve) => setTimeout(resolve, 1e3));
  10. common_vendor.index.stopPullRefresh();
  11. },
  12. navigateBack() {
  13. common_vendor.index.navigateBack();
  14. },
  15. apply() {
  16. common_vendor.index.navigateTo({
  17. url: "/pages/component/apply"
  18. });
  19. },
  20. upgrade() {
  21. common_vendor.index.navigateTo({
  22. url: "/pages/component/upgrad"
  23. });
  24. }
  25. }
  26. };
  27. if (!Array) {
  28. const _easycom_uni_icons2 = common_vendor.resolveComponent("uni-icons");
  29. _easycom_uni_icons2();
  30. }
  31. const _easycom_uni_icons = () => "../../uni_modules/uni-icons/components/uni-icons/uni-icons.js";
  32. if (!Math) {
  33. _easycom_uni_icons();
  34. }
  35. function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
  36. return {
  37. a: common_vendor.p({
  38. type: "left",
  39. size: "20"
  40. }),
  41. b: common_vendor.o((...args) => $options.navigateBack && $options.navigateBack(...args)),
  42. c: common_assets._imports_0$4,
  43. d: common_vendor.o((...args) => $options.apply && $options.apply(...args)),
  44. e: common_vendor.o((...args) => $options.upgrade && $options.upgrade(...args))
  45. };
  46. }
  47. const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-8c99bd1d"]]);
  48. wx.createPage(MiniProgramPage);
  49. //# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/subcomponent/promotion_info.js.map