Commit fc290693 authored by youjie's avatar youjie

no message

parent 5129a707
...@@ -106,7 +106,7 @@ ...@@ -106,7 +106,7 @@
</view> </view>
</view> </view>
<view> <view>
<view class="user-item" v-for="item in 4"> <view class="user-item" v-for="item in 2">
<view class="avatar"></view> <view class="avatar"></view>
<view class="uname"> <view class="uname">
黎明 黎明
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
<van-icon name="success" /> <van-icon name="success" />
</view> </view>
</view> </view>
<van-empty description="暂无小孩" v-if="dataList.length === 0" /> <van-empty description="暂无小孩信息" v-if="dataList.length === 0" />
<view v-if="dataList.length > 0"> <view v-if="dataList.length > 0">
<Loadmore :state="pageState" /> <Loadmore :state="pageState" />
</view> </view>
...@@ -206,6 +206,7 @@ ...@@ -206,6 +206,7 @@
async getData() { async getData() {
let res = await GetOrderPage(data.msg); let res = await GetOrderPage(data.msg);
if (res) { if (res) {
return
if (data.timer) data.timer = null; if (data.timer) data.timer = null;
if (data.msg.pageIndex === 1) { if (data.msg.pageIndex === 1) {
data.dataList = res.Data.PageData; data.dataList = res.Data.PageData;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment