本項目使用了雲開發,雲開發的三大基礎能力:html
教育類小程序:包含課程首頁,討論區,個人等功能
<video src="https://bucketblog.oss-cn-shenzhen.aliyuncs.com/blog/pic2020/07/%E5%B0%8F%E7%A8%8B%E5%BA%8F.mp4" controls="controls" width="500" height="300">您的瀏覽器不支持播放該視頻~!</video>前端
exports.main = async (event, context) => { let pageNum = event.pageNum || 1 let pageSize = event.pageSize || 2 let db = cloud.database() let sc = db.collection("stage_classes") let result = sc.orderBy('ccNum', 'asc').skip((pageNum - 1) * pageSize).limit(pageSize).get().then(res => { return res }) return result }
// 請求的數據,若是有數據,則進行追加 if (res.result.data.length > 0) { currentPage++ } this.setData({ isLoading: false, stageData: this.data.stageData.concat(res.result.data) })
<button open-type="contact"/>
,同時須要在微信公衆平臺綁定客服人員的微信號