移除无用文件
This commit is contained in:
@@ -5,17 +5,15 @@ if (!Array) {
|
||||
const _easycom_nut_tabs2 = common_vendor.resolveComponent("nut-tabs");
|
||||
const _easycom_nut_sticky2 = common_vendor.resolveComponent("nut-sticky");
|
||||
const _easycom_nut_tag2 = common_vendor.resolveComponent("nut-tag");
|
||||
const _easycom_nut_price2 = common_vendor.resolveComponent("nut-price");
|
||||
const _easycom_z_paging2 = common_vendor.resolveComponent("z-paging");
|
||||
(_easycom_nut_tabs2 + _easycom_nut_sticky2 + _easycom_nut_tag2 + _easycom_nut_price2 + _easycom_z_paging2)();
|
||||
(_easycom_nut_tabs2 + _easycom_nut_sticky2 + _easycom_nut_tag2 + _easycom_z_paging2)();
|
||||
}
|
||||
const _easycom_nut_tabs = () => "../../uni_modules/nutui-uni/components/tabs/tabs.js";
|
||||
const _easycom_nut_sticky = () => "../../uni_modules/nutui-uni/components/sticky/sticky.js";
|
||||
const _easycom_nut_tag = () => "../../uni_modules/nutui-uni/components/tag/tag.js";
|
||||
const _easycom_nut_price = () => "../../uni_modules/nutui-uni/components/price/price.js";
|
||||
const _easycom_z_paging = () => "../../uni_modules/z-paging/components/z-paging/z-paging.js";
|
||||
if (!Math) {
|
||||
(_easycom_nut_tabs + _easycom_nut_sticky + _easycom_nut_tag + _easycom_nut_price + _easycom_z_paging)();
|
||||
(_easycom_nut_tabs + _easycom_nut_sticky + _easycom_nut_tag + _easycom_z_paging)();
|
||||
}
|
||||
const _sfc_main = {
|
||||
__name: "index",
|
||||
@@ -46,14 +44,14 @@ const _sfc_main = {
|
||||
paging.value.reload();
|
||||
};
|
||||
const queryList = (pageNo = 1, pageSize = 10) => {
|
||||
common_vendor.index.__f__("log", "at pages/order/index.vue:164", tabs_config[current_tab_idx.value]["status"]);
|
||||
common_vendor.index.__f__("log", "at pages/order/index.vue:172", tabs_config[current_tab_idx.value]["status"]);
|
||||
const params = {
|
||||
page: pageNo,
|
||||
pageSize: 10,
|
||||
status: tabs_config[current_tab_idx.value]["status"]
|
||||
};
|
||||
api_index.fetchOrderList(params).then((res) => {
|
||||
common_vendor.index.__f__("log", "at pages/order/index.vue:171", res);
|
||||
common_vendor.index.__f__("log", "at pages/order/index.vue:179", res);
|
||||
paging.value.complete(res.list);
|
||||
}).catch((res) => {
|
||||
paging.value.complete(false);
|
||||
@@ -168,27 +166,17 @@ const _sfc_main = {
|
||||
f: iidx
|
||||
};
|
||||
}),
|
||||
M: "17a44f9d-11-" + i0 + ",17a44f9d-2",
|
||||
N: common_vendor.p({
|
||||
price: order.discount_amount,
|
||||
size: "normal",
|
||||
["need-symbol"]: true
|
||||
}),
|
||||
O: "17a44f9d-12-" + i0 + ",17a44f9d-2",
|
||||
P: common_vendor.p({
|
||||
price: order.total_price,
|
||||
size: "normal",
|
||||
["need-symbol"]: true
|
||||
}),
|
||||
Q: order.remarks
|
||||
M: common_vendor.t(order == null ? void 0 : order.discount_amount),
|
||||
N: common_vendor.t(order == null ? void 0 : order.discount_amount),
|
||||
O: order.remarks
|
||||
}, order.remarks ? {} : {}, {
|
||||
R: order.remarks
|
||||
P: order.remarks
|
||||
}, order.remarks ? {
|
||||
S: common_vendor.t(order.remarks)
|
||||
Q: common_vendor.t(order.remarks)
|
||||
} : {}, {
|
||||
T: common_vendor.t(order.create_time),
|
||||
U: common_vendor.t((_C = order == null ? void 0 : order.user) == null ? void 0 : _C.staff_name),
|
||||
V: index
|
||||
R: common_vendor.t(order.create_time),
|
||||
S: common_vendor.t((_C = order == null ? void 0 : order.user) == null ? void 0 : _C.staff_name),
|
||||
T: index
|
||||
});
|
||||
}),
|
||||
e: common_vendor.p({
|
||||
|
||||
Reference in New Issue
Block a user