瀏覽代碼

Merge remote-tracking branch 'origin/release-201819-wangcz' into release-201819-wangcz

shenjj 7 年之前
父節點
當前提交
c567167569
共有 2 個文件被更改,包括 6 次插入3 次删除
  1. 6 2
      components/home/floor/FloorList.vue
  2. 0 1
      pages/mobile/center/user/applyPurchase.vue

+ 6 - 2
components/home/floor/FloorList.vue

@@ -49,8 +49,12 @@
           </li>
           </li>
         </ul>
         </ul>
       </div>
       </div>
-      <floor v-for="floor in expandList" :floor="floor" :isDefault="true"></floor>
-      <floor v-for="floor in floorsList" :floor="floor" :isDefault="false"></floor>
+      <template v-for="floor in expandList">
+        <floor :floor="floor" :isDefault="true"></floor>
+      </template>
+      <template v-for="floor in floorsList" >
+        <floor :floor="floor" :isDefault="false"></floor>
+      </template>
     </div>
     </div>
     <say-price :current="currentSayPriceIndex"
     <say-price :current="currentSayPriceIndex"
                :purchase="purchaseManListData || {}"
                :purchase="purchaseManListData || {}"

+ 0 - 1
pages/mobile/center/user/applyPurchase.vue

@@ -77,7 +77,6 @@
     },
     },
     computed: {
     computed: {
       compCollectList () {
       compCollectList () {
-        console.log('123', this.$store.state.product.common.publishMobile)
         return this.$store.state.product.common.publishMobile
         return this.$store.state.product.common.publishMobile
       },
       },
       fetching () {
       fetching () {