ok.js 581 B

123456789101112131415161718192021
  1. "use strict";
  2. const common_vendor = require("../../common/vendor.js");
  3. const _sfc_main = {
  4. data() {
  5. return {};
  6. },
  7. methods: {
  8. goBack() {
  9. common_vendor.index.navigateTo({
  10. url: "index"
  11. });
  12. }
  13. }
  14. };
  15. function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
  16. return {
  17. a: common_vendor.o(($event) => $options.goBack())
  18. };
  19. }
  20. const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "F:/development/HbuildWorkspace/KPS/pages/index/ok.vue"]]);
  21. wx.createPage(MiniProgramPage);