zengyicheng 3 лет назад
Родитель
Сommit
ae9b4ff58c
1 измененных файлов с 2 добавлено и 0 удалено
  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 });