Commit 31afbc56 by renyizhao

手机号与邮箱

parent 75a5a491
...@@ -28,11 +28,11 @@ const props = defineProps({ ...@@ -28,11 +28,11 @@ const props = defineProps({
}, },
email: { email: {
type: String, type: String,
default: '' default: 'guosiger@qq.com'
}, },
phone: { phone: {
type: String, type: String,
default: '' default: '18573158033'
} }
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment