index.js 832 B

12345678910111213141516171819202122232425262728
  1. "use strict";
  2. const common_vendor = require("../../common/vendor.js");
  3. const _sfc_main = {
  4. data() {
  5. return {
  6. href: "https://uniapp.dcloud.io/component/README?id=uniui"
  7. };
  8. },
  9. methods: {}
  10. };
  11. if (!Array) {
  12. const _easycom_uni_link2 = common_vendor.resolveComponent("uni-link");
  13. _easycom_uni_link2();
  14. }
  15. const _easycom_uni_link = () => "../../uni_modules/uni-link/components/uni-link/uni-link.js";
  16. if (!Math) {
  17. _easycom_uni_link();
  18. }
  19. function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
  20. return {
  21. a: common_vendor.p({
  22. href: $data.href,
  23. text: $data.href
  24. })
  25. };
  26. }
  27. const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "D:/project/足球比赛/match_applet/pages/index/index.vue"]]);
  28. wx.createPage(MiniProgramPage);