Commit 9b9a50ca authored by Junling Bu's avatar Junling Bu
Browse files

当没有更多用户足迹信息,显示提示信息。

parent 6b604407
...@@ -79,11 +79,15 @@ Page({ ...@@ -79,11 +79,15 @@ Page({
this.setData({ this.setData({
page: this.data.page + 1 page: this.data.page + 1
}); });
this.getFootprintList();
} else { } else {
wx.showToast({
title: '没有更多用户足迹了',
icon: 'none',
duration: 2000
});
return false; return false;
} }
this.getFootprintList();
}, },
onReady: function () { onReady: function () {
......
Supports Markdown
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