From a554d3753d3f8248fd4f9f1fa257510e63f80af1 Mon Sep 17 00:00:00 2001 From: 13713575202 <1345916905@qq.com> Date: Fri, 4 Jul 2025 11:40:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=8F=E6=BB=A8=E4=BF=AE=E6=94=B9=E8=AE=A2?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sub-operation-service/src/views/userCenter/userOrders.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sub-operation-service/src/views/userCenter/userOrders.vue b/sub-operation-service/src/views/userCenter/userOrders.vue index d315e21..19ba984 100644 --- a/sub-operation-service/src/views/userCenter/userOrders.vue +++ b/sub-operation-service/src/views/userCenter/userOrders.vue @@ -195,7 +195,7 @@ let bottomList = reactive([ onMounted(() => { page.orderStatus = 'all'; store.getData(page).then((res) => { - console.log(typeof res.records[0].orderItemInfos[0].netWeightInfoVO.goodSpecs); + // console.log(typeof res.records[0].orderItemInfos[0].netWeightInfoVO.goodSpecs); total.value = res.total; if (res.records.length > 0) { show.value = true;