Browse Source

no message

featrue/v4.5
xpz2018 4 years ago
parent
commit
df4986f102
4 changed files with 3 additions and 5 deletions
  1. BIN
      assets/info/factoryDown.png
  2. BIN
      assets/info/factoryUp.png
  3. 4
      pages/mall/fragment/index.wxml
  4. 4
      pages/moment/moment-item/index.wxml

BIN
assets/info/factoryDown.png

Before After
Width: 28  |  Height: 28  |  Size: 456 B

BIN
assets/info/factoryUp.png

Before After
Width: 28  |  Height: 28  |  Size: 445 B

4
pages/mall/fragment/index.wxml

@ -62,10 +62,10 @@
<view style="box-sizing: border-box;position: relative">
<view class="flex flex-center" bindtap="topBubble">
<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>
<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>
</bubble-popup>
</view>

4
pages/moment/moment-item/index.wxml

@ -16,9 +16,7 @@
</view>
<view style="flex: 1;">+20</view>
<view style="flex: 1;">+20</view>
<view class="flex flex-center" style="width:48rpx;height:48rpx;" bindtap="onFlodTap">
<image style="width:32rpx;height:32rpx;" src="{{ unflod ? '/assets/info/factoryUp.png' : '/assets/info/factoryDown.png'}}"></image>
</view>
<text class="cuIcon-triangle{{unflod ? 'upfill': 'downfill'}}" style="font-size:48rpx;padding-top: 4rpx;color: #ccc;" bindtap="onFlodTap"></text>
</view>
<view style="display: {{ unflod ? 'block' : 'none'}};padding:16rpx 24rpx;">
<view class="flex" style="padding-bottom: 16rpx;">

Loading…
Cancel
Save