去除部分打印,显示价格组件修改
This commit is contained in:
@@ -145,7 +145,6 @@ onMounted(() => {
|
||||
watch(
|
||||
() => props.disablePayType,
|
||||
(newval) => {
|
||||
console.log('props.disablePayType', newval);
|
||||
// 加兜底:radiovalue 未初始化时不处理
|
||||
if (Object.keys(radiovalue.value).length === 0) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user