wechat_staff/pages/consult/consult.wxml
@@ -1,6 +1,6 @@ <view class="container"> <!-- 悬浮 --> <buoyClient /> <buoyClient class="buoyClient"/> <view class="home_top"> <view class="search_wrap"> @@ -38,5 +38,8 @@ </view> </view> </view> <view wx:if="{{ dataList.length == 0 }}" class="empty_wrap"> <image class="default_empty" src="../../static/images/default_empty.png"></image> </view> </view> </view>