success.js 747 B

12345678910111213141516171819202122232425262728
  1. "use strict";
  2. const common_vendor = require("../../common/vendor.js");
  3. const _sfc_main = {
  4. data() {
  5. return {
  6. interviewInfo: {
  7. position: "前端岗位",
  8. startTime: "2024/06/28 14:48",
  9. endTime: "2024/06/28 16:47",
  10. company: "敏龙科技集团有限公司"
  11. }
  12. };
  13. },
  14. methods: {
  15. goBack() {
  16. common_vendor.index.switchTab({
  17. url: "/pages/index/index"
  18. });
  19. }
  20. }
  21. };
  22. function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
  23. return {
  24. a: common_vendor.o((...args) => $options.goBack && $options.goBack(...args))
  25. };
  26. }
  27. const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
  28. wx.createPage(MiniProgramPage);