@@ -374,7 +374,7 @@
<view class="sortlist-item" bindtap="pricesort">价格排序 <image src="../../images/footer/up.png" wx:if="{{price_sort == 2}}"/><image src="../../images/footer/down.png" wx:if="{{price_sort == 1}}"/></view> -->
<!-- 新调整 -->
- <view class="sortlist-item" bindtap="selectzones" wx:for='{{zones}}' wx:for-item="zonesItem" data-id='{{zonesItem.id}}'>{{zonesItem.name}}</view>
+ <view class="sortlist-item {{zonesItem.id == currentZones?'sortlist-item-checked' : ''}}" bindtap="selectzones" wx:for='{{zones}}' wx:for-item="zonesItem" data-id='{{zonesItem.id}}'>{{zonesItem.name}}</view>
</view>
@@ -1105,4 +1105,8 @@ font-size: 14px;
.sortlist-item image{
width: 20rpx;
height: 20rpx;
+}
+.sortlist-item-checked{
+ color: #eab86a;
+ font-weight: bold;
}
@@ -38,7 +38,7 @@
<view class="project" wx:key="{{index}}" wx:for="{{projects}}" data-val="{{item.id}}" bindtap="toProject">
@@ -254,4 +254,9 @@ position: fixed;
.select_box .option_box .option.active{
color: #fff;
background: #eab86a;
+ box-shadow: 0 -3px #eab86a inset;