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.
26 lines
720 B
26 lines
720 B
2 years ago
|
"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);
|