wangcz 8 жил өмнө
parent
commit
34eba07e83

+ 1 - 1
pages/mobile/center/vendor/outOfStorage/index.vue

@@ -109,7 +109,7 @@
         handler: function (val) {
           if (val && val.content) {
             if(this.isChange){
-              this.storageList = val.content
+              this.storageList = []
               this.isChange = false
             }
             this.storageList = [...this.storageList, ...val.content]