2024-10-17 05:04:16 +00:00
|
|
|
"use strict";
|
|
|
|
const common_vendor = require("../../../common/vendor.js");
|
2024-12-02 03:01:34 +00:00
|
|
|
if (!Array) {
|
|
|
|
const _easycom_uni_popup2 = common_vendor.resolveComponent("uni-popup");
|
|
|
|
_easycom_uni_popup2();
|
|
|
|
}
|
|
|
|
const _easycom_uni_popup = () => "../../../uni_modules/uni-popup/components/uni-popup/uni-popup.js";
|
|
|
|
if (!Math) {
|
|
|
|
_easycom_uni_popup();
|
|
|
|
}
|
2024-10-20 05:16:38 +00:00
|
|
|
const _sfc_main = {
|
|
|
|
__name: "respectable",
|
|
|
|
setup(__props) {
|
2024-12-02 03:01:34 +00:00
|
|
|
common_vendor.ref([]);
|
|
|
|
const Whole = common_vendor.ref([
|
|
|
|
{
|
|
|
|
img: "https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FFQDXFHYB-000-2.png",
|
|
|
|
name: "简约风尚",
|
|
|
|
price: "100-200",
|
|
|
|
title: "传承非遗之美,简约演绎经典"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
img: "https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FdTSYNsqi-000-3.png",
|
|
|
|
name: "时尚精选",
|
|
|
|
price: "200-400",
|
|
|
|
title: "融合时尚与传统,精选非遗划账"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
img: " https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FDSCaeopg-000-1.png",
|
|
|
|
name: "奢华专属",
|
|
|
|
price: "400-800",
|
|
|
|
title: "非遗匠心独运,奢华专属定制"
|
|
|
|
}
|
2024-11-09 09:43:22 +00:00
|
|
|
]);
|
2024-12-02 03:01:34 +00:00
|
|
|
const Own = common_vendor.ref([
|
|
|
|
{
|
|
|
|
img: "https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FObQGBPnJ-zhuangfa.png",
|
|
|
|
name: "妆发预约",
|
|
|
|
price: "20",
|
|
|
|
title: "包括底妆,眉毛,眼妆,腮红和唇妆,根据您的肤色和服装风格进行个性化设计"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
img: "https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FDFNymmCN-sheying.png",
|
|
|
|
name: "摄影服务",
|
|
|
|
price: "15",
|
|
|
|
title: "提供专业的摄影棚和灯光设备,为客户打造舒适的拍摄环境"
|
|
|
|
}
|
2024-11-09 09:43:22 +00:00
|
|
|
]);
|
2024-12-02 03:01:34 +00:00
|
|
|
const zhi = common_vendor.ref("0");
|
|
|
|
const showWhole = (zhiValue) => {
|
|
|
|
zhi.value = zhiValue;
|
|
|
|
console.log(zhi.value);
|
|
|
|
};
|
|
|
|
const showOwn = (zhiValue) => {
|
|
|
|
zhi.value = zhiValue;
|
|
|
|
console.log(zhi.value);
|
|
|
|
};
|
|
|
|
const close1 = () => {
|
|
|
|
popup1.value.close();
|
|
|
|
};
|
|
|
|
const close2 = () => {
|
|
|
|
popup2.value.close();
|
|
|
|
};
|
|
|
|
const popup1 = common_vendor.ref(null);
|
|
|
|
const popup2 = common_vendor.ref(null);
|
|
|
|
const showPopup1 = common_vendor.ref(false);
|
|
|
|
const showPopup2 = common_vendor.ref(false);
|
|
|
|
const openPopup1 = () => {
|
|
|
|
showPopup1.value = true;
|
|
|
|
popup1.value.open("center");
|
|
|
|
};
|
|
|
|
const openPopup2 = () => {
|
|
|
|
showPopup2.value = true;
|
|
|
|
popup2.value.open("center");
|
|
|
|
};
|
|
|
|
common_vendor.ref(null);
|
|
|
|
const goToText = (index) => {
|
|
|
|
console.log(index);
|
|
|
|
common_vendor.index.navigateTo({
|
|
|
|
url: "/pages/booking/CostumeDisplay/CostumeDisplay?info=" + JSON.stringify(Whole.value[index])
|
|
|
|
});
|
|
|
|
};
|
|
|
|
const goToContact = () => {
|
|
|
|
common_vendor.index.navigateTo({
|
|
|
|
url: "/pages/mine/Contact/Contact"
|
|
|
|
});
|
|
|
|
};
|
|
|
|
console.log(Whole.value[1]);
|
2024-10-20 05:16:38 +00:00
|
|
|
return (_ctx, _cache) => {
|
2024-12-02 03:01:34 +00:00
|
|
|
return common_vendor.e({
|
|
|
|
a: showPopup1.value
|
|
|
|
}, showPopup1.value ? {
|
|
|
|
b: common_vendor.o(close1),
|
|
|
|
c: common_vendor.sr(popup1, "cad4fb76-0", {
|
|
|
|
"k": "popup1"
|
|
|
|
}),
|
|
|
|
d: common_vendor.p({
|
|
|
|
["mask-click"]: false,
|
|
|
|
["background-color"]: "white"
|
|
|
|
})
|
|
|
|
} : {}, {
|
|
|
|
e: showPopup2.value
|
|
|
|
}, showPopup2.value ? {
|
|
|
|
f: common_vendor.o(close2),
|
|
|
|
g: common_vendor.sr(popup2, "cad4fb76-1", {
|
|
|
|
"k": "popup2"
|
|
|
|
}),
|
|
|
|
h: common_vendor.p({
|
|
|
|
["mask-click"]: false,
|
|
|
|
["background-color"]: "white"
|
|
|
|
})
|
|
|
|
} : {}, {
|
|
|
|
i: common_vendor.o(($event) => goToContact()),
|
|
|
|
j: common_vendor.o(($event) => showWhole("0")),
|
|
|
|
k: common_vendor.o(($event) => showOwn("1")),
|
|
|
|
l: zhi.value === "0"
|
|
|
|
}, zhi.value === "0" ? {
|
|
|
|
m: common_vendor.f(Whole.value, (item, index, i0) => {
|
|
|
|
return {
|
|
|
|
a: item.img,
|
|
|
|
b: common_vendor.t(item.name),
|
|
|
|
c: common_vendor.t(item.price),
|
|
|
|
d: common_vendor.t(item.title),
|
|
|
|
e: item,
|
|
|
|
f: common_vendor.o(($event) => goToText(index), item)
|
|
|
|
};
|
|
|
|
}),
|
|
|
|
n: common_vendor.o(openPopup1)
|
|
|
|
} : {}, {
|
|
|
|
o: zhi.value === "1"
|
|
|
|
}, zhi.value === "1" ? {
|
|
|
|
p: common_vendor.f(Own.value, (item, k0, i0) => {
|
|
|
|
return {
|
|
|
|
a: item.img,
|
|
|
|
b: common_vendor.t(item.name),
|
|
|
|
c: common_vendor.t(item.price),
|
|
|
|
d: common_vendor.t(item.title),
|
|
|
|
e: item
|
|
|
|
};
|
|
|
|
}),
|
|
|
|
q: common_vendor.o(openPopup1)
|
|
|
|
} : {}, {
|
|
|
|
r: common_vendor.o(openPopup2)
|
|
|
|
});
|
2024-10-20 05:16:38 +00:00
|
|
|
};
|
|
|
|
}
|
|
|
|
};
|
2024-12-02 03:01:34 +00:00
|
|
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-cad4fb76"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/booking/respectable/respectable.vue"]]);
|
2024-10-17 05:04:16 +00:00
|
|
|
wx.createPage(MiniProgramPage);
|