| | |
| | | const common_vendor = require("../../common/vendor.js"); |
| | | const _sfc_main = { |
| | | data() { |
| | | return {}; |
| | | return { |
| | | url: "plugin-private://wx89752980e795bfde/pages/index/index?pub_id=94691&sid=168446038420202" |
| | | }; |
| | | }, |
| | | onShow(opt) { |
| | | console.log(opt); |
| | | }, |
| | | onLoad() { |
| | | common_vendor.index.navigateTo({ |
| | | url: "plugin-private://wx89752980e795bfde/pages/index/index?pub_id=94691&sid=xxx223" |
| | | url: this.url |
| | | }); |
| | | }, |
| | | methods: {} |
| | | }; |
| | | function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { |
| | | return {}; |
| | | return { |
| | | a: $data.url |
| | | }; |
| | | } |
| | | const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "E:/OPProject/TK_H5_Web/pages/movieTicket/index.vue"]]); |
| | | wx.createPage(MiniProgramPage); |