修复:复读报错
This commit is contained in:
@@ -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 ]
|
||||
|
||||
Reference in New Issue
Block a user