租房小程序前端代码
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.

27 lines
677 B

7 months ago
  1. "use strict";
  2. const common_vendor = require("../../common/vendor.js");
  3. const common_assets = require("../../common/assets.js");
  4. const _sfc_main = {
  5. data() {
  6. return {
  7. list: []
  8. };
  9. },
  10. methods: {
  11. onNavigator() {
  12. }
  13. }
  14. };
  15. function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
  16. return {
  17. a: common_vendor.f(8, (items, indexs, i0) => {
  18. return {
  19. a: indexs,
  20. b: common_vendor.o(($event) => $options.onNavigator(), indexs)
  21. };
  22. }),
  23. b: common_assets._imports_0$2
  24. };
  25. }
  26. const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
  27. wx.createPage(MiniProgramPage);