1 |
- <view class="max-empty data-v-986caf82" style="{{'background-color:'+(backgroundColor)+';'}}"><block wx:if="{{type==='cart'}}"><view class="cart column center data-v-986caf82"><image class="icon data-v-986caf82" src="{{static+'/empty/cart.png'}}"></image><text class="title data-v-986caf82">空空如也</text><text class="text data-v-986caf82">别忘了买点什么犒赏一下自己哦</text><view data-event-opts="{{[['tap',[['jump',['$event']]]]]}}" class="btn center data-v-986caf82" bindtap="__e"><text class="data-v-986caf82">随便逛逛</text></view></view></block><block wx:else><block wx:if="{{type==='address'}}"><view class="address column center data-v-986caf82"><image class="icon data-v-986caf82" src="{{static+'/empty/address.png'}}"></image><text class="text data-v-986caf82">您还没有收货地址哦~</text><view data-event-opts="{{[['tap',[['jump',['$event']]]]]}}" class="btn center data-v-986caf82" bindtap="__e"><text class="data-v-986caf82">添加地址</text></view></view></block><block wx:else><block wx:if="{{type==='favorite'}}"><view class="favorite column center data-v-986caf82"><image class="icon data-v-986caf82" src="{{static+'/empty/favorite.png'}}"></image><text class="text data-v-986caf82">收藏夹空空的,先去逛逛吧~</text><view data-event-opts="{{[['tap',[['jump',['$event']]]]]}}" class="btn center data-v-986caf82" bindtap="__e"><text class="data-v-986caf82">随便逛逛</text></view></view></block><block wx:else><block wx:if="{{type==='order'}}"><view class="order column center data-v-986caf82"><image class="icon data-v-986caf82" src="{{static+'/empty/order.png'}}"></image><text class="text data-v-986caf82">加载订单失败,请稍后在试</text><view data-event-opts="{{[['tap',[['jump',['$event']]]]]}}" class="btn center data-v-986caf82" bindtap="__e"><text class="data-v-986caf82">返回</text></view></view></block><block wx:else><block wx:if="{{type==='service'}}"><view class="service column center data-v-986caf82"><image class="icon data-v-986caf82" src="{{static+'/empty/service.png'}}"></image><text class="text data-v-986caf82">请求出错,请稍在试</text><view data-event-opts="{{[['tap',[['jump',['$event']]]]]}}" class="btn center data-v-986caf82" bindtap="__e"><text class="data-v-986caf82">{{btnText}}</text></view></view></block><block wx:else><view class="default column center data-v-986caf82"><image class="icon data-v-986caf82" src="{{static+'/empty/default.png'}}"></image><text data-event-opts="{{[['tap',[['jump',['$event']]]]]}}" class="text data-v-986caf82" bindtap="__e">{{text}}</text></view></block></block></block></block></block></view>
|