|
@@ -113,14 +113,16 @@ const _sfc_main = {
|
|
}
|
|
}
|
|
};
|
|
};
|
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
- return {
|
|
|
|
|
|
+ return common_vendor.e({
|
|
a: common_vendor.n($data.requestParam.status == 0 ? "active" : ""),
|
|
a: common_vendor.n($data.requestParam.status == 0 ? "active" : ""),
|
|
b: common_vendor.o(($event) => $options.setStatus(0)),
|
|
b: common_vendor.o(($event) => $options.setStatus(0)),
|
|
c: common_vendor.n($data.requestParam.status == 1 ? "active" : ""),
|
|
c: common_vendor.n($data.requestParam.status == 1 ? "active" : ""),
|
|
d: common_vendor.o(($event) => $options.setStatus(1)),
|
|
d: common_vendor.o(($event) => $options.setStatus(1)),
|
|
e: common_vendor.n($data.requestParam.status == 8 ? "active" : ""),
|
|
e: common_vendor.n($data.requestParam.status == 8 ? "active" : ""),
|
|
f: common_vendor.o(($event) => $options.setStatus(8)),
|
|
f: common_vendor.o(($event) => $options.setStatus(8)),
|
|
- g: common_vendor.f($data.orderList, (item, index, i0) => {
|
|
|
|
|
|
+ g: !$data.orderList.length
|
|
|
|
+ }, !$data.orderList.length ? {} : {}, {
|
|
|
|
+ h: common_vendor.f($data.orderList, (item, index, i0) => {
|
|
return {
|
|
return {
|
|
a: common_vendor.t(item.business_name),
|
|
a: common_vendor.t(item.business_name),
|
|
b: common_vendor.t(item.state),
|
|
b: common_vendor.t(item.state),
|
|
@@ -128,15 +130,17 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
return {
|
|
return {
|
|
a: product_info.product_thumb,
|
|
a: product_info.product_thumb,
|
|
b: common_vendor.t(product_info.product_name),
|
|
b: common_vendor.t(product_info.product_name),
|
|
- c: product_info.item_id
|
|
|
|
|
|
+ c: common_vendor.t(product_info.product_spec),
|
|
|
|
+ d: common_vendor.t(product_info.buy_num),
|
|
|
|
+ e: product_info.item_id
|
|
};
|
|
};
|
|
}),
|
|
}),
|
|
- d: common_vendor.t(item.price_total),
|
|
|
|
- e: common_vendor.t(item.pay_total),
|
|
|
|
- f: index
|
|
|
|
|
|
+ d: common_vendor.t(item.pay_total),
|
|
|
|
+ e: index
|
|
};
|
|
};
|
|
- })
|
|
|
|
- };
|
|
|
|
|
|
+ }),
|
|
|
|
+ i: $data.isLast
|
|
|
|
+ }, $data.isLast ? {} : {});
|
|
}
|
|
}
|
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
wx.createPage(MiniProgramPage);
|
|
wx.createPage(MiniProgramPage);
|