青橙1.1.2

This commit is contained in:
2025-08-16 22:14:42 +08:00
parent a3ffe71ccb
commit 3dc4d64215
33 changed files with 430 additions and 289 deletions

View File

@ -91,7 +91,11 @@ Page({
onUnload() {},
onPullDownRefresh() {},
onPullDownRefresh() {
this.getCourseDetail()
// 停止下拉刷新动画
wx.stopPullDownRefresh();
},
onReachBottom() {},

View File

@ -1,3 +1,4 @@
{
"usingComponents": {}
"usingComponents": {},
"enablePullDownRefresh": true
}

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 753 B