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

19 lines
485 B

1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
  1. "use strict";
  2. const common_assets = require("../../common/assets.js");
  3. const common_vendor = require("../../common/vendor.js");
  4. const _sfc_main = {
  5. data() {
  6. return {
  7. type: ""
  8. };
  9. },
  10. onLoad(options) {
  11. }
  12. };
  13. function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
  14. return {
  15. a: common_assets._imports_0$7
  16. };
  17. }
  18. const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
  19. wx.createPage(MiniProgramPage);