diff --git a/buyer/src/pages/Merchant.vue b/buyer/src/pages/Merchant.vue index 621f3ad5..a1ae5ca0 100644 --- a/buyer/src/pages/Merchant.vue +++ b/buyer/src/pages/Merchant.vue @@ -60,7 +60,6 @@
{{ cateName }}
-
+
- +
@@ -254,7 +254,7 @@ export default { goodsList(this.params) .then((res) => { if (res.success) { - this.goodsList = res.result; + this.goodsList = res.result.records; this.total = res.result.total; } })