ece0306d by 杨炀

no message

1 parent 10db6431
...@@ -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 })
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!