"use strict"; var common_vendor = require("../../common/vendor.js"); const _sfc_main = { __name: "lovedetail", props: ["id"], setup(__props) { const props = __props; const { id } = common_vendor.toRefs(props); console.log(props, id); common_vendor.onLoad(() => { console.log("onLoad"); common_vendor.index.setNavigationBarTitle({ title: "12312312" }); }); common_vendor.onShow(() => { console.log("onShow"); }); return (_ctx, _cache) => { return {}; }; } }; var MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__file", "F:/\u77F3\u6CB9/shiyou/pages/lovedetail/lovedetail.vue"]]); wx.createPage(MiniProgramPage);