更新:增加课程“复读”功能

This commit is contained in:
2025-12-08 18:05:45 +08:00
parent b671e8d76c
commit c3b84946fb
12 changed files with 268 additions and 225 deletions

View File

@@ -56,10 +56,10 @@ const orderType = ref<string>('')
/**
* 页面加载
*/
onLoad(async () => {
onLoad(() => {
try {
// 获取商品列表
await uni.$on('selectedGoods', async (data: IOrderGoods) => {
uni.$on('selectedGoods', async (data: IOrderGoods) => {
// 获取用户信息
await getUserInfo()