|
|
@ -62,10 +62,10 @@ |
|
|
<view style="box-sizing: border-box;position: relative"> |
|
|
<view style="box-sizing: border-box;position: relative"> |
|
|
<view class="flex flex-center" bindtap="topBubble"> |
|
|
<view class="flex flex-center" bindtap="topBubble"> |
|
|
<text class="text-gray">排序</text> |
|
|
<text class="text-gray">排序</text> |
|
|
<text class="cuIcon-triangledownfill text-gray" style="font-size:56rpx;padding-top: 4rpx;"></text> |
|
|
|
|
|
|
|
|
<text class="cuIcon-triangledownfill" style="font-size:48rpx;padding-top: 4rpx;color: #ccc;"></text> |
|
|
</view> |
|
|
</view> |
|
|
<bubble-popup show="{{show}}" mask="{{true}}" position="absolute" direction="top" |
|
|
<bubble-popup show="{{show}}" mask="{{true}}" position="absolute" direction="top" |
|
|
width="240rpx" right="-18rpx" top="430rpx" translateY="-100%" triangleRight="50rpx" triangleTop="-22rpx" bind:close="topBubble"> |
|
|
|
|
|
|
|
|
width="240rpx" right="-18rpx" top="430rpx" translateY="-100%" triangleRight="30rpx" triangleTop="-22rpx" bind:close="topBubble"> |
|
|
<view wx:for="{{sortList}}" wx:key="index" class="tui-menu-item" data-index="{{index}}" catchtap="topBubble" style="color:{{index == sortIndex ? '#008AFF': '#555555' }}" id="taps">{{item.text}}</view> |
|
|
<view wx:for="{{sortList}}" wx:key="index" class="tui-menu-item" data-index="{{index}}" catchtap="topBubble" style="color:{{index == sortIndex ? '#008AFF': '#555555' }}" id="taps">{{item.text}}</view> |
|
|
</bubble-popup> |
|
|
</bubble-popup> |
|
|
</view> |
|
|
</view> |
|
|
|