Browse Source

no message

feature/v1.0
xpz2018 5 years ago
parent
commit
453418e3b0
1 changed files with 1 additions and 1 deletions
  1. 2
      pages/message/index/index.wxml

2
pages/message/index/index.wxml

@ -4,7 +4,7 @@
</cu-custom>
<refresh-view bind:refresh="onRefreshList" height="{{height}}" triggered="{{requesting}}" scrollTop="{{top}}" bind:scrolltolower="fetchOrderList">
<van-search disabled shape="round" placeholder="请输入要搜索的商品" bindtap="searchList"/>
<!-- <van-search disabled shape="round" placeholder="请输入要搜索的商品" bindtap="searchList"/> -->
<view class="list-empty" style="height:{{height}}rpx" wx:if="{{!orderList.length}}">
<view style="margin-bottom:24px" wx:if="{{loading}}">
<van-loading type="spinner" size="32" />

Loading…
Cancel
Save