From 9e6c4d34921fea9fa9ff72a57bb976251fb38d25 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期二, 10 十月 2023 10:50:32 +0800
Subject: [PATCH] #
---
pages/basics/orderPakin.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/pages/basics/orderPakin.vue b/pages/basics/orderPakin.vue
index a245e86..924b359 100644
--- a/pages/basics/orderPakin.vue
+++ b/pages/basics/orderPakin.vue
@@ -237,6 +237,7 @@
header: { 'token':uni.getStorageSync('token') },
success(res) {
res = res.data
+ console.log(res);
if (res.code === 200 ) {
for(let k in res.data) {
res.data[k]['total'] = res.data[k].anfme
--
Gitblit v1.9.1