去除部分打印,显示价格组件修改

This commit is contained in:
2025-12-22 16:09:45 +08:00
parent 8b3228e359
commit 8bd5956340
5 changed files with 80 additions and 73 deletions

View File

@@ -145,7 +145,6 @@ onMounted(() => {
watch(
() => props.disablePayType,
(newval) => {
console.log('props.disablePayType', newval);
// 加兜底radiovalue 未初始化时不处理
if (Object.keys(radiovalue.value).length === 0) return;