青橙1.1.2
This commit is contained in:
@ -91,7 +91,11 @@ Page({
|
||||
|
||||
onUnload() {},
|
||||
|
||||
onPullDownRefresh() {},
|
||||
onPullDownRefresh() {
|
||||
this.getCourseDetail()
|
||||
// 停止下拉刷新动画
|
||||
wx.stopPullDownRefresh();
|
||||
},
|
||||
|
||||
onReachBottom() {},
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
{
|
||||
"usingComponents": {}
|
||||
"usingComponents": {},
|
||||
"enablePullDownRefresh": true
|
||||
}
|
@ -74,7 +74,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12rpx;
|
||||
margin-bottom: 12rpx;
|
||||
margin-bottom: 22rpx;
|
||||
}
|
||||
.head-icon { width: 34rpx; height: 34rpx; }
|
||||
.head-text { font-size: 28rpx; color: #111; font-weight: 600; }
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 753 B After Width: | Height: | Size: 4.2 KiB |
BIN
pages/course/courseDetail/image/cal1.png
Normal file
BIN
pages/course/courseDetail/image/cal1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 753 B |
Reference in New Issue
Block a user