This commit is contained in:
renjianbo0118
2023-05-01 16:56:10 +08:00
parent e59e93f33e
commit 8d48d7a5d9
3 changed files with 106 additions and 108 deletions

View File

@@ -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')