Explorar o código

Merge branch 'master' into ljyBranch

qymljy hai 1 ano
pai
achega
bbfd52748a
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      pages/index/cloud/product.vue

+ 3 - 1
pages/index/cloud/product.vue

@@ -118,7 +118,9 @@ export default {
             this.tabs3 = [];
             this.tabs3Active = 0;
 
-            return this.getList(true);
+            return new Promise((resolve, reject) => {
+                this.getList(true).then(res => resolve())
+            });
         },
         changeClass2(index) {
             let item = this.tabs2[index];