...
|
...
|
@@ -133,9 +133,9 @@ |
|
|
|
|
|
<div class="ud-price-range">
|
|
|
¥
|
|
|
<input type="text" class="min limit">
|
|
|
<input type="text" class="min limit" value="{{customPrice.min}}">
|
|
|
<span class="price-sep">-</span>
|
|
|
<input type="text" class="max limit">
|
|
|
<input type="text" class="max limit" value="{{customPrice.max}}">
|
|
|
|
|
|
<button class="price-sure hide">确定</button>
|
|
|
</div>
|
...
|
...
|
|