|
|
@@ -5,7 +5,7 @@
|
|
|
<text class="nav-bar-title">订单</text>
|
|
|
</view>
|
|
|
<view class="ezy-page-body order-body">
|
|
|
- <scroll-view scroll-y="true" refresher-enabled="true" @scrolltolower="onScrolltolower"
|
|
|
+ <scroll-view v-if="data.list >0" scroll-y="true" refresher-enabled="true" @scrolltolower="onScrolltolower"
|
|
|
class="order-scroll-view" :refresher-triggered="data.loading" :refresher-threshold="50"
|
|
|
refresher-background="transparent" @refresherrefresh="onRefresh">
|
|
|
<view class="order-card-box" v-for="(item,index) in data.list" :key="index">
|
|
|
@@ -30,6 +30,10 @@
|
|
|
<uni-load-more :status="data.state" @click="getMore" :contentText="data.contentText">
|
|
|
</uni-load-more>
|
|
|
</scroll-view>
|
|
|
+ <view class="ezy-no-sj" v-else>
|
|
|
+ <icon></icon>
|
|
|
+ <text>暂无数据</text>
|
|
|
+ </view>
|
|
|
<tip-small-dialog ref="goBindDialogRef" @confirm-btn="goBindPhone" :content="tipContent"></tip-small-dialog>
|
|
|
<!-- <view @click="bangdingPhone">绑定手机号</view> -->
|
|
|
</view>
|