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