Commit e4f3b3b69afce25092adb9fac4620ec3d78b199d

Authored by 前端开发-罗建龙
1 parent b1a1d6a1

加个下滑图标

pages/goods/categoryList/categoryList.wxml
... ... @@ -701,8 +701,11 @@
701 701 </navigator>
702 702 <!-- 暂无更多 -->
703 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 709 </view>
707 710 </view>
708 711 <view class="no-data" wx:if="{{msgStatus == true}}">
... ...