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.
77 lines
2.8 KiB
77 lines
2.8 KiB
2 years ago
|
"use strict";
|
||
|
var common_vendor = require("../../common/vendor.js");
|
||
|
const _sfc_main = {
|
||
|
__name: "projectdetails",
|
||
|
props: ["id"],
|
||
|
setup(__props) {
|
||
|
let details = common_vendor.reactive({
|
||
|
leixin: [
|
||
|
{ id: 1, title: "\u57FA\u672C\u4FE1\u606F", value: "" },
|
||
|
{ id: 2, title: "\u7ECF\u8425\u4FE1\u606F", value: "" },
|
||
|
{ id: 3, title: "\u8BBE\u5907\u4FE1\u606F", value: "" },
|
||
|
{ id: 4, title: "\u9690\u60A3\u6392\u67E5", value: "" },
|
||
|
{ id: 5, title: "\u5B89\u5168\u68C0\u67E5", value: "" },
|
||
|
{ id: 6, title: "\u8F66\u8F86\u4FE1\u606F", value: "" },
|
||
|
{ id: 7, title: "\u4EBA\u5458\u4FE1\u606F", value: "" },
|
||
|
{ id: 8, title: "\u91CD\u8981\u5DE5\u4F5C", value: "" }
|
||
|
],
|
||
|
xzindex: 0,
|
||
|
martop: 93
|
||
|
});
|
||
|
function setxzindex(index) {
|
||
|
details.xzindex = index;
|
||
|
switch (details.leixin[index].id) {
|
||
|
case 1:
|
||
|
details.martop = 93;
|
||
|
break;
|
||
|
case 2:
|
||
|
details.martop = 74;
|
||
|
break;
|
||
|
case 3:
|
||
|
details.martop = 74;
|
||
|
break;
|
||
|
case 4:
|
||
|
details.martop = 79;
|
||
|
break;
|
||
|
case 5:
|
||
|
details.martop = 74;
|
||
|
break;
|
||
|
case 6:
|
||
|
details.martop = 74;
|
||
|
break;
|
||
|
case 7:
|
||
|
details.martop = 74;
|
||
|
break;
|
||
|
case 8:
|
||
|
details.martop = 74;
|
||
|
break;
|
||
|
}
|
||
|
}
|
||
|
let { leixin, xzindex, martop } = common_vendor.toRefs(details);
|
||
|
return (_ctx, _cache) => {
|
||
|
return common_vendor.e({
|
||
|
a: common_vendor.f(common_vendor.unref(leixin), (item, index, i0) => {
|
||
|
return {
|
||
|
a: common_vendor.t(item.title),
|
||
|
b: common_vendor.n(common_vendor.unref(xzindex) == index ? "xzdq" : ""),
|
||
|
c: common_vendor.o(($event) => setxzindex(index))
|
||
|
};
|
||
|
}),
|
||
|
b: common_vendor.unref(leixin)[common_vendor.unref(xzindex)].id != 1
|
||
|
}, common_vendor.unref(leixin)[common_vendor.unref(xzindex)].id != 1 ? common_vendor.e({
|
||
|
c: common_vendor.unref(leixin)[common_vendor.unref(xzindex)].id == 2
|
||
|
}, common_vendor.unref(leixin)[common_vendor.unref(xzindex)].id == 2 ? {} : {}, {
|
||
|
d: common_vendor.unref(leixin)[common_vendor.unref(xzindex)].id == 3
|
||
|
}, common_vendor.unref(leixin)[common_vendor.unref(xzindex)].id == 3 ? {} : {}) : {}, {
|
||
|
e: common_vendor.f([1, 2, 3, 4], (item, k0, i0) => {
|
||
|
return {};
|
||
|
}),
|
||
|
f: common_vendor.o((...args) => _ctx.gopcbg && _ctx.gopcbg(...args)),
|
||
|
g: common_vendor.s("height:" + common_vendor.unref(martop) + "vh;")
|
||
|
});
|
||
|
};
|
||
|
}
|
||
|
};
|
||
|
var MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__file", "F:/\u77F3\u6CB9/shiyou/pages/projectdetails/projectdetails.vue"]]);
|
||
|
wx.createPage(MiniProgramPage);
|