更新:增加课程“复读”功能
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user