From 94c2cf59a5e7fcc21a9a721e8c1fcbc9fffadd6a Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Mon, 11 May 2026 16:37:51 +0800
Subject: [PATCH] feat:购有趣
---
pages/cates/cates.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/pages/cates/cates.vue b/pages/cates/cates.vue
index 592245e..57c3d31 100644
--- a/pages/cates/cates.vue
+++ b/pages/cates/cates.vue
@@ -67,6 +67,7 @@
getCatesData() {
this.$util.post('Cates/getCates', {catesId: this.catesId, pageIndex: this.pageIndex, pageSize: this.pageSize}).then(res => {
if(res.code == 1) {
+ console.log('catesData',res)
this.catesData = res.data.list
this.getCatesGoods()
}
--
Gitblit v1.9.3