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

18 lines
507 B

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. name: "Login",
  6. data() {
  7. return {};
  8. },
  9. methods: {}
  10. };
  11. function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
  12. return {
  13. a: common_assets._imports_0$2,
  14. b: common_assets._imports_0$3
  15. };
  16. }
  17. const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
  18. wx.createPage(MiniProgramPage);