202404-调整出场话术,篮球订单查询日期条件范围调整

This commit is contained in:
2024-04-14 10:28:43 +08:00
parent c98f43a92d
commit 53ee154870
6 changed files with 46 additions and 30 deletions

View File

@@ -128,6 +128,12 @@ Page({
name: this.data.memberEnterDetail.lessonName,
address: this.data.memberEnterDetail.address,
})
},
backOut() {
wx.navigateBack({
delta: 1,
})
}
})