jiangchengfeiyi-xiaochengxu/unpackage/dist/dev/mp-weixin/pages/booking/respectable/respectable.js

36 lines
862 B
JavaScript
Raw Normal View History

"use strict";
const common_vendor = require("../../../common/vendor.js");
2024-10-20 05:16:38 +00:00
const _sfc_main = {
__name: "respectable",
setup(__props) {
2024-11-09 09:43:22 +00:00
common_vendor.ref([
{
img: "",
name: "简约风尚",
price: "100-200",
title: "传承非遗之美,简约演绎经典"
},
{
img: "",
name: "时尚精选",
price: "200-400",
title: "融合时尚与传统,精选非遗划账"
},
{
img: "",
name: "奢华专属",
price: "400-800",
title: "非遗匠心独运,奢华专属定制"
}
]);
common_vendor.ref([
{}
]);
2024-10-20 05:16:38 +00:00
return (_ctx, _cache) => {
2024-11-09 09:43:22 +00:00
return {};
2024-10-20 05:16:38 +00:00
};
}
};
2024-11-06 12:46:53 +00:00
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-cad4fb76"]]);
wx.createPage(MiniProgramPage);