|
@@ -118,11 +118,15 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
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" : ""),
|
|
|
|
- f: common_vendor.o(($event) => $options.setStatus(8)),
|
|
|
|
- g: !$data.orderList.length
|
|
|
|
|
|
+ e: common_vendor.n($data.requestParam.status == 2 ? "active" : ""),
|
|
|
|
+ f: common_vendor.o(($event) => $options.setStatus(2)),
|
|
|
|
+ g: common_vendor.n($data.requestParam.status == 8 ? "active" : ""),
|
|
|
|
+ h: common_vendor.o(($event) => $options.setStatus(8)),
|
|
|
|
+ i: common_vendor.n($data.requestParam.status == 9 ? "active" : ""),
|
|
|
|
+ j: common_vendor.o(($event) => $options.setStatus(9)),
|
|
|
|
+ k: !$data.orderList.length
|
|
}, !$data.orderList.length ? {} : {}, {
|
|
}, !$data.orderList.length ? {} : {}, {
|
|
- h: common_vendor.f($data.orderList, (item, index, i0) => {
|
|
|
|
|
|
+ l: 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),
|
|
@@ -139,7 +143,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
e: index
|
|
e: index
|
|
};
|
|
};
|
|
}),
|
|
}),
|
|
- i: $data.isLast
|
|
|
|
|
|
+ m: $data.isLast
|
|
}, $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]]);
|