54 lines
1.8 KiB
JavaScript
54 lines
1.8 KiB
JavaScript
"use strict";
|
|
const common_vendor = require("../../common/vendor.js");
|
|
if (!Array) {
|
|
const _easycom_up_icon2 = common_vendor.resolveComponent("up-icon");
|
|
const _easycom_up_button2 = common_vendor.resolveComponent("up-button");
|
|
const _easycom_up_popup2 = common_vendor.resolveComponent("up-popup");
|
|
(_easycom_up_icon2 + _easycom_up_button2 + _easycom_up_popup2)();
|
|
}
|
|
const _easycom_up_icon = () => "../../uni_modules/uview-plus/components/u-icon/u-icon.js";
|
|
const _easycom_up_button = () => "../../uni_modules/uview-plus/components/u-button/u-button.js";
|
|
const _easycom_up_popup = () => "../../uni_modules/uview-plus/components/u-popup/u-popup.js";
|
|
if (!Math) {
|
|
(_easycom_up_icon + _easycom_up_button + _easycom_up_popup)();
|
|
}
|
|
const _sfc_main = {
|
|
__name: "detail",
|
|
setup(__props) {
|
|
const showCancel = common_vendor.ref(false);
|
|
common_vendor.onLoad((option) => {
|
|
common_vendor.index.setNavigationBarTitle({
|
|
title: option.type == 1 ? "等待付款" : "订单详情"
|
|
});
|
|
});
|
|
return (_ctx, _cache) => {
|
|
return {
|
|
a: common_vendor.p({
|
|
name: "map"
|
|
}),
|
|
b: common_vendor.p({
|
|
size: "small",
|
|
shape: "circle",
|
|
color: "#f6f6f6",
|
|
customStyle: {
|
|
color: "#666666"
|
|
}
|
|
}),
|
|
c: common_vendor.o(($event) => showCancel.value = true),
|
|
d: common_vendor.p({
|
|
color: "#20B128",
|
|
shape: "circle"
|
|
}),
|
|
e: common_vendor.o(($event) => showCancel.value = false),
|
|
f: common_vendor.p({
|
|
show: showCancel.value,
|
|
closeable: true,
|
|
round: "10"
|
|
})
|
|
};
|
|
};
|
|
}
|
|
};
|
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__file", "D:/里海数字乡村/purchase-let/pagesOrder/detail/detail.vue"]]);
|
|
wx.createPage(MiniProgramPage);
|