소스 검색

Merge branch 'dev/v1.0.53_yf' of jianyu/web into hotfix/v1.0.53.1

yangfeng 11 달 전
부모
커밋
f1ec9d2587

+ 0 - 1
apps/bigmember_pc/src/components/filter-items/RegionCollapseSelector.vue

@@ -176,7 +176,6 @@ export default {
       const containerWidth = document.querySelector('.select-list').clientWidth - 72 - 50 // 容器的宽度
       const itemWidth = 50
       this.oneShowCount = Math.floor(containerWidth / itemWidth)
-      console.log(this.oneShowCount, '一行展示多少个')
     },
     toggleMoreStatus() {
       this.moreStatus = !this.moreStatus

+ 1 - 1
apps/bigmember_pc/src/views/search/bidding/constant/search-filters-bi.js

@@ -48,7 +48,7 @@ function createBiSearchBidBaseSchema(propertyListData = {}) {
           type: 'expire',
           showConfirmButton: true,
           exactCanHalf: true,
-          isDateRang: true
+          isDateRange: true
         },
         hooks: {}
       }