课程价格重新写

This commit is contained in:
@fawn-nine
2024-06-25 17:06:30 +08:00
parent 8e58d4af88
commit 0374ef034a
9 changed files with 487 additions and 196 deletions

View File

@@ -192,7 +192,7 @@
this.getUserInfo()
this.courseId = e.id
// this.getCateList(this.courseId)
this.getData(e.id)
// this.getSayList()
},
onPullDownRefresh() {
@@ -214,7 +214,7 @@
onShow() {
// 隐藏原生的tabbar
uni.hideTabBar();
this.getData(this.courseId)
},
onReachBottom() {
console.log('触底');