45 lines
1.4 KiB
Plaintext
45 lines
1.4 KiB
Plaintext
<view class="sort_box">
|
|
<view class="sort_a ul">
|
|
<view class="li" bindtap="toggle" wx:if="{{!supplier}}" data-idx="{{1}}">
|
|
<view class="left {{hascolor=='1'?'sel':''}}">
|
|
评价
|
|
</view>
|
|
<view class="right">
|
|
<text class="icon_up {{colorshow=='1_1'?'sel':''}}"></text>
|
|
<text class="icon_down {{colorshow=='1_2'?'sel':''}}"></text>
|
|
</view>
|
|
</view>
|
|
<view class="li" bindtap="toggle" wx:if="{{supplier}}" data-idx="{{5}}">
|
|
<view class="left {{hascolor=='5'?'sel':''}}">
|
|
综合
|
|
</view>
|
|
<view class="right">
|
|
<text class="icon_up {{colorshow=='5_1'?'sel':''}}"></text>
|
|
<text class="icon_down {{colorshow=='5_2'?'sel':''}}"></text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="sort_b ul">
|
|
<view class="li" bindtap="toggle" data-idx="{{2}}">
|
|
<view class="left {{hascolor=='2'?'sel':''}}">
|
|
销量
|
|
</view>
|
|
<view class="right">
|
|
<text class="icon_up {{colorshow=='2_1'?'sel':''}}"></text>
|
|
<text class="icon_down {{colorshow=='2_2'?'sel':''}}"></text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="sort_c ul">
|
|
<view class="li" bindtap="toggle" data-idx="{{3}}">
|
|
<view class="left {{hascolor=='3'?'sel':''}}">
|
|
价格
|
|
</view>
|
|
<view class="right">
|
|
<text class="icon_up {{colorshow=='3_1'?'sel':''}}"></text>
|
|
<text class="icon_down {{colorshow=='3_2'?'sel':''}}"></text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|