积分问题修复

This commit is contained in:
2025-09-30 17:42:28 +08:00
parent 31e386bd3c
commit b2cb18b114
7 changed files with 141 additions and 135 deletions

View File

@@ -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']);