Commit e4f3b3b69afce25092adb9fac4620ec3d78b199d
1 parent
b1a1d6a1
加个下滑图标
Showing
1 changed file
with
5 additions
and
2 deletions
pages/goods/categoryList/categoryList.wxml
@@ -701,8 +701,11 @@ | @@ -701,8 +701,11 @@ | ||
701 | </navigator> | 701 | </navigator> |
702 | <!-- 暂无更多 --> | 702 | <!-- 暂无更多 --> |
703 | <view style="height: 30rpx;line-height: 30rpx;margin-top: 20rpx;font-size: 25rpx; text-align: center;" wx:if="{{is_no_more}}">暂无更多</view> | 703 | <view style="height: 30rpx;line-height: 30rpx;margin-top: 20rpx;font-size: 25rpx; text-align: center;" wx:if="{{is_no_more}}">暂无更多</view> |
704 | - <view id="sview" style="height: 420rpx;width: 100%;text-align: center;font-size: 18rpx;" wx:if="{{nextShow}}"> | ||
705 | - <text >上滑查看下一个分类</text> | 704 | + <view id="sview" style="height: 420rpx;width: 100%;text-align: center;" wx:if="{{nextShow}}"> |
705 | + <view style="display: flex;align-items: center;justify-content: center;height:60rpx;"> | ||
706 | + <text class="iconfont icon-arrowup" style="font-size: 25rpx;color: #999;">上滑查看下一个分类</text> | ||
707 | + <!-- <text >上滑查看下一个分类</text> --> | ||
708 | + </view> | ||
706 | </view> | 709 | </view> |
707 | </view> | 710 | </view> |
708 | <view class="no-data" wx:if="{{msgStatus == true}}"> | 711 | <view class="no-data" wx:if="{{msgStatus == true}}"> |