AA
This commit is contained in:
@@ -63,6 +63,7 @@ Page({
|
||||
console.log("传递的item" + item);
|
||||
wx.navigateTo({
|
||||
url: "/pages/orderdetail/orderdetail?item=" + item,
|
||||
|
||||
});
|
||||
}
|
||||
},
|
||||
@@ -159,7 +160,7 @@ Page({
|
||||
*/
|
||||
onReachBottom: function () {
|
||||
console.log("==页面上拉触底事件的处理函数==")
|
||||
this.getOrderList();
|
||||
// this.getOrderList();
|
||||
},
|
||||
|
||||
/**
|
||||
@@ -176,7 +177,7 @@ Page({
|
||||
header: app.getRequestHeader(),
|
||||
method: 'GET',
|
||||
data: {
|
||||
pageNum: 1,
|
||||
pageNum: this.data.pageNum,
|
||||
pageSize: 30,
|
||||
status: that.data.status[that.data.currentType],
|
||||
usercId: wx.getStorageSync('uid')
|
||||
|
||||
Reference in New Issue
Block a user