@@ -1,4 +1,4 @@
-var NewApiRootUrl = 'http://192.168.31.233:8360/api/';
+var NewApiRootUrl = 'http://192.168.31.116:8360/api/';
module.exports = {
IndexUrl: NewApiRootUrl + 'index/index', //首页数据接口
@@ -53,16 +53,4 @@ Page({
onUnload: function () {
// 页面关闭
},
- onReachBottom: function () {
-
- if (this.data.bottomLoadDone === true || this.data.bottomLoading === true) {
- return false;
- }
- this.setData({
- bottomLoading: true
- });
- this.getFloorCategory();
})