Fix:订单不存在
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user