|
|
|
"use strict";
|
|
|
|
const common_vendor = require("../../../common/vendor.js");
|
|
|
|
if (!Array) {
|
|
|
|
const _easycom_u_navbar2 = common_vendor.resolveComponent("u-navbar");
|
|
|
|
_easycom_u_navbar2();
|
|
|
|
}
|
|
|
|
const _easycom_u_navbar = () => "../../../uni_modules/uview-plus/components/u-navbar/u-navbar.js";
|
|
|
|
if (!Math) {
|
|
|
|
_easycom_u_navbar();
|
|
|
|
}
|
|
|
|
const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
|
|
|
|
__name: "SetPrice",
|
|
|
|
setup(__props) {
|
|
|
|
let details = common_vendor.reactive({
|
|
|
|
reservationId: "",
|
|
|
|
items: {}
|
|
|
|
});
|
|
|
|
common_vendor.onLoad((op) => {
|
|
|
|
details.reservationId = op.reservationId;
|
|
|
|
details.items = op.item;
|
|
|
|
});
|
|
|
|
function goValueaddedServicePage() {
|
|
|
|
common_vendor.index.navigateTo({
|
|
|
|
url: "/pagesHome/pages/createAddServe/createAddServe?id=" + details.reservationId
|
|
|
|
});
|
|
|
|
}
|
|
|
|
function goaddserve() {
|
|
|
|
common_vendor.index.navigateTo({
|
|
|
|
url: "/pagesHome/pages/createAddServe/createAddServe"
|
|
|
|
});
|
|
|
|
}
|
|
|
|
return (_ctx, _cache) => {
|
|
|
|
return {
|
|
|
|
a: common_vendor.p({
|
|
|
|
title: "增值服务",
|
|
|
|
bgColor: "#D3832A",
|
|
|
|
leftIconColor: "#ffffff",
|
|
|
|
titleStyle: "color:#ffffff",
|
|
|
|
placeholder: true,
|
|
|
|
autoBack: true,
|
|
|
|
leftIconSize: "35"
|
|
|
|
}),
|
|
|
|
b: common_vendor.f(3, (item, k0, i0) => {
|
|
|
|
return {
|
|
|
|
a: common_vendor.f(3, (item2, k1, i1) => {
|
|
|
|
return {};
|
|
|
|
})
|
|
|
|
};
|
|
|
|
}),
|
|
|
|
c: common_vendor.o(goValueaddedServicePage),
|
|
|
|
d: common_vendor.o(goaddserve)
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|
|
|
|
});
|
|
|
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__file", "F:/物流/logPm/pagesHome/pages/SetPrice/SetPrice.vue"]]);
|
|
|
|
wx.createPage(MiniProgramPage);
|