积分问题修复
This commit is contained in:
@@ -75,11 +75,6 @@
|
||||
return false
|
||||
}
|
||||
}
|
||||
watch(()=>props.disablePayType,(newval)=>{
|
||||
console.log('watch:props.disablePayType',newval);
|
||||
},{
|
||||
immediate:true
|
||||
})
|
||||
|
||||
const orderVIP = ref(null)
|
||||
const emits = defineEmits(['customevent', 'groupChange']);
|
||||
|
||||
Reference in New Issue
Block a user