Browse Source

器件详情页加载店铺数据失败问题处理。

yangc 8 years ago
parent
commit
1b849d9123
1 changed files with 15 additions and 1 deletions
  1. 15 1
      components/mobile/brand/ComponentDetail.vue

+ 15 - 1
components/mobile/brand/ComponentDetail.vue

@@ -91,7 +91,21 @@
       return {
         activeType: 'param',
         collectResult: '收藏成功',
-        timeoutCount: 0
+        timeoutCount: 0,
+        storeIds: [],
+        UmallExist: false,
+        storeExist: false,
+        params: {
+          count: 10,
+          page: 1,
+          sorting: {'minPriceRMB': 'ASC'},
+          filter: {
+            uuid: this.$route.params.uuid,
+            ignoreUMall: false,
+            ignoreStore: false,
+            storeIds: ''
+          }
+        }
       }
     },
     components: {