no message
Showing
1 changed file
with
2 additions
and
1 deletions
| ... | @@ -171,7 +171,8 @@ const hasPersonNum = ref(0) | ... | @@ -171,7 +171,8 @@ const hasPersonNum = ref(0) |
| 171 | const lform = ref({}) | 171 | const lform = ref({}) |
| 172 | const scenicItem = ref({}) | 172 | const scenicItem = ref({}) |
| 173 | const form = ref({ | 173 | const form = ref({ |
| 174 | contacts: user?.nickName || '', | 174 | // contacts: user?.nickName || '', |
| 175 | contacts: '', | ||
| 175 | phone: user?.phonenumber || '', | 176 | phone: user?.phonenumber || '', |
| 176 | touristList: [] | 177 | touristList: [] |
| 177 | }) | 178 | }) | ... | ... |
-
Please register or sign in to post a comment