|
@@ -63,7 +63,7 @@
|
|
|
<view class="sort">
|
|
|
<view class="sort-box">
|
|
|
<view class="item {{currentSortType == 'default' ? 'active' : ''}}" bindtap="openSortFilter" id="defaultSort">
|
|
|
- <text class="txt">综合</text>
|
|
|
+ <text class="txt">热销</text>
|
|
|
</view>
|
|
|
<view class="item by-price {{currentSortType == 'price' ? 'active' : ''}} {{currentSortOrder == 'asc' ? 'asc' : 'desc'}}" bindtap="openSortFilter" id="priceSort">
|
|
|
<text class="txt">价格</text>
|