|
|
|
@ -57,15 +57,15 @@ |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="bg-white" style="margin-top:16rpx;border-radius: 24rpx;"> |
|
|
|
<view class="flex flex-justify" style="padding: 20rpx 24rpx;"> |
|
|
|
<view class="flex flex-justify" style="padding: 0rpx 24rpx;height: 88rpx;"> |
|
|
|
<view class="text-lg text-bold text-black">价格比一比</view> |
|
|
|
<view> |
|
|
|
<view style="box-sizing: border-box;position: relative"> |
|
|
|
<view class="flex flex-center" bindtap="topBubble"> |
|
|
|
<text class="text-gray">排序</text> |
|
|
|
<image style="width:24rpx;height:24rpx;margin-left: 8rpx" src="/assets/info/factoryDown.png"></image> |
|
|
|
</view> |
|
|
|
<bubble-popup show="{{show}}" mask="{{true}}" position="absolute" direction="top" |
|
|
|
width="240rpx" right="4rpx" bottom="-480rpx" translateY="-100%" triangleRight="50rpx" triangleTop="-22rpx" bind:close="topBubble"> |
|
|
|
width="240rpx" right="-18rpx" top="430rpx" translateY="-100%" triangleRight="50rpx" 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> |
|
|
|
</bubble-popup> |
|
|
|
</view> |
|
|
|
|