Browse Source

Merge branch 'dev/v1.0.67_zsy' of jianyu/web into feature/v1.0.67

zhangsiya 10 tháng trước cách đây
mục cha
commit
4cdb37f728
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      apps/bigmember_pc/src/utils/format/search-bid-filter.js

+ 1 - 1
apps/bigmember_pc/src/utils/format/search-bid-filter.js

@@ -301,7 +301,7 @@ export class FilterHistoryAjaxModel2ViewModel {
       priceText = `${start}${unit}以上`
     }
     else if (!start && end) {
-      price = end
+      price = end.includes('-') ? end : '-' + end
       priceText = `${end}${unit}以下`
     }
     return {