修复:复读报错

This commit is contained in:
2026-01-05 13:53:03 +08:00
parent 4901ec8737
commit d18c32753f
6 changed files with 41 additions and 16 deletions

View File

@@ -99,7 +99,7 @@ onLoad(async (options: any) => {
uni.$on('selectedGoods', async (data: IOrderGoods) => {
// 获取用户信息
await getUserInfo()
isRelearn.value = true
// 处理商品数据
console.log('监听到传入的商品数据:', data)
goodsList.value = [ data ]