From 6ef2ac92c0d3f79b59b8698274918df830b58b29 Mon Sep 17 00:00:00 2001
From: ZZJ <10913410+zzj2100@user.noreply.gitee.com>
Date: 星期四, 28 七月 2022 10:20:24 +0800
Subject: [PATCH] 禅道bug

---
 src/views/productDetail/index.vue |   22 ++++++++--------------
 1 files changed, 8 insertions(+), 14 deletions(-)

diff --git a/src/views/productDetail/index.vue b/src/views/productDetail/index.vue
index 28ba0de..bdc9586 100644
--- a/src/views/productDetail/index.vue
+++ b/src/views/productDetail/index.vue
@@ -57,20 +57,10 @@
         publishStatus: 1,
         productType: 0,
       };
-      findAllCenterProduct(param)
-        .then((res) => {
-          this.data.data = res.data.list[0];
-          this.showData = true;
-        })
-        .catch((err) => {
-          console.log(err);
-          this.$notify({
-            type: "error",
-            message: "鏌ヨ浜у搧澶辫触",
-            duration: 2500,
-            offset: 57,
-          });
-        });
+      findAllCenterProduct(param).then((res) => {
+        this.data.data = res.data.list[0];
+        this.showData = true;
+      });
     },
   },
 };
@@ -88,5 +78,9 @@
       color: #666;
     }
   }
+
+  .heart {
+    min-height: calc(100vh - 210px);
+  }
 }
 </style>
\ No newline at end of file

--
Gitblit v1.8.0