zengyicheng 2 tahun lalu
induk
melakukan
ae9b4ff58c
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 2 0
      src/components/liveProjectDetail.vue

+ 2 - 0
src/components/liveProjectDetail.vue

@@ -1283,7 +1283,9 @@ export default {
         if (this.ppage > 3) {
           this.isBlock = 2;
         }
+        this.full = false;
         this.howTools = 0;
+        this.toolCount = 0;
         if (this.toolsList.length > 0) {
           this.toolsList = [];
           this.toolsList.push({ tools: this.tools[page - 1].tools });