Эх сурвалжийг харах

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

zhangsiya 10 сар өмнө
parent
commit
4cdb37f728

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

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