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;