jiangchengfeiyi-xiaochengxu/unpackage/dist/dev/mp-weixin/pages/order/paysuccess/paysuccess.js

60 lines
1.9 KiB
JavaScript
Raw Normal View History

2024-10-19 08:31:40 +00:00
"use strict";
const common_vendor = require("../../../common/vendor.js");
const common_assets = require("../../../common/assets.js");
const _sfc_main = {
__name: "paysuccess",
setup(__props) {
const products = common_vendor.ref([
{
2024-11-05 06:39:58 +00:00
product_img: common_assets.product$1,
2024-10-19 08:31:40 +00:00
product_type: "非遗手工艺体验",
product_name: "玉雕-古法制玉体验",
product_value: 99
},
{
2024-11-05 06:39:58 +00:00
product_img: common_assets.product$1,
2024-10-19 08:31:40 +00:00
product_type: "非遗手工艺体验",
product_name: "玉雕-古法制玉体验",
product_value: 99
},
{
2024-11-05 06:39:58 +00:00
product_img: common_assets.product$1,
2024-10-19 08:31:40 +00:00
product_type: "非遗手工艺体验",
product_name: "玉雕-古法制玉体验",
product_value: 99
},
{
2024-11-05 06:39:58 +00:00
product_img: common_assets.product$1,
2024-10-19 08:31:40 +00:00
product_type: "非遗手工艺体验",
product_name: "玉雕-古法制玉体验",
product_value: 99
}
]);
2024-11-03 23:34:53 +00:00
const toOrderDetail = () => {
common_vendor.index.navigateTo({
url: "../productOrderDetail/productOrderDetail"
});
};
2024-10-19 08:31:40 +00:00
return (_ctx, _cache) => {
return {
a: common_vendor.unref(common_assets.success),
2024-11-03 23:34:53 +00:00
b: common_vendor.o(toOrderDetail),
c: common_vendor.unref(common_assets.xian),
d: common_vendor.unref(common_assets.xian2),
e: common_vendor.f(products.value, (item, index, i0) => {
2024-10-19 08:31:40 +00:00
return {
a: item.product_img,
b: common_vendor.t(item.product_type),
c: common_vendor.t(item.product_name),
d: common_vendor.t(item.product_value),
e: index
};
}),
2024-11-03 23:34:53 +00:00
f: common_vendor.unref(common_assets.rmb$1)
2024-10-19 08:31:40 +00:00
};
};
}
};
2024-11-06 12:46:53 +00:00
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-0b647166"]]);
2024-10-19 08:31:40 +00:00
wx.createPage(MiniProgramPage);