小程序提交

This commit is contained in:
2025-07-20 18:22:59 +08:00
parent a1d21c67b8
commit fa2a7b3499
61 changed files with 2505 additions and 944 deletions

View File

@ -6,7 +6,14 @@ Page({
data: {
// 初始时置空,待接口返回后再渲染
courseList: []
banners: [
'./image/banner.png',
'./image/banner.png',
'./image/banner.png',
'./image/banner.png'
],
courseList: [],
globalImgUrl
},
// 跳转课程列表页