"use strict"; const common_vendor = require("../../../common/vendor.js"); const _sfc_main = { __name: "respectable", setup(__props) { common_vendor.ref([ // tab:'选择服装价位', // { // img:'', // name:'简约风尚', // price:'100-200', // title:'传承非遗之美,简约演绎经典' // }, // { // img:'', // name:'时尚精选', // price:'200-400', // title:'融合时尚与传统,精选非遗划账' // }, // { // img:'', // name:'奢华专属', // price:'400-800', // title:'非遗匠心独运,奢华专属定制' // } ]); common_vendor.ref([ // tab:'选择服务' // { // img:'', // name:'妆发预约', // price:'20', // title:'包括底妆,眉毛,眼妆,腮红和唇妆,根据您的肤色和服装风格进行个性化设计' // }, // { // img:'', // name:'摄影服务', // price:'15', // title:'提供专业的摄影棚和灯光设备,为客户打造舒适的拍摄环境' // }, ]); return (_ctx, _cache) => { return {}; }; } }; const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-cad4fb76"]]); wx.createPage(MiniProgramPage);