Browse Source

Merge branch 'master' of http://39.106.184.70:3000/ctop/adsp-vue

魏志佳 5 years ago
parent
commit
d1e1cde750
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/modules/kuaishouapp/account/stepForm/Step3.vue

+ 2 - 1
src/views/modules/kuaishouapp/account/stepForm/Step3.vue

@@ -823,7 +823,7 @@
             } else {
               this.pans[bestIndex].list[nowIndex].imageList.push(...res.result)
               this.closeImage()
-
+              this.loadingImage = false
             }
 
           } else {
@@ -1065,6 +1065,7 @@
 
         this.pans[bestIndex].list[nowIndex].videoList = this.checkVideo[0]
         this.visibleMatemal = false
+        this.ipagination.current = 1
         var params = {
           videoSignature: this.checkVideo[0].signature,
           pageSize: 20,