Fix:订单不存在

This commit is contained in:
linxi
2025-02-28 09:29:16 +08:00
parent aec2cfc207
commit 1baf5de741
+4 -4
View File
@@ -106,12 +106,12 @@ export default {
deep: true deep: true
}, },
// 修改后的监听器 // 修改后的监听器
'myGift': { myGift: {
handler(newVal) { handler(newVal) {
this.order = newVal && newVal.orderId
this.order = newVal.orderId
}, },
deep: true deep: true,
immediate: true
} }
}, },
methods: { methods: {