From e2660740818a17f4b5d97df4c224affa87b95ebc Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 14 四月 2023 16:29:15 +0800
Subject: [PATCH] 1.递交

---
 src/views/kb/zhkb.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/kb/zhkb.vue b/src/views/kb/zhkb.vue
index 68fbcf4..1694ba1 100644
--- a/src/views/kb/zhkb.vue
+++ b/src/views/kb/zhkb.vue
@@ -2,9 +2,9 @@
   <div>
     <div class="kb_dashboard">
       <!--    鏄熺┖鑳屾櫙-->
-      <div ref="starsRef" class="stars">
-        <div v-for="(item, index) in starsCount" :key="index" class="star" />
-      </div>
+      <!--      <div ref="starsRef" class="stars">-->
+      <!--        <div v-for="(item, index) in starsCount" :key="index" class="star" />-->
+      <!--      </div>-->
 
       <div class="kb_header">
         <div class="flex_c_c kb_header_text">
@@ -316,7 +316,7 @@
     this.getTopBar()
 
     this.getShopSearch()
-    this.setStarsRef()
+    // this.setStarsRef()
   },
   methods: {
     setStarsRef() {

--
Gitblit v1.9.3