dengjie commit : 代码完善

This commit is contained in:
clay
2023-01-09 18:03:51 +08:00
parent 9c0477da5c
commit c906a7d33a
16 changed files with 198 additions and 173 deletions

View File

@@ -21,11 +21,14 @@
return {
model: {
userInfo: {
name: '姓名',
phone: '2342233',
name: '',
phone: '',
},
},
};
},
created() {
}
}
</script>