增加情况分析,修改毛色改为症状
This commit is contained in:
parent
cd1e23550d
commit
67baea2cb2
@ -82,13 +82,24 @@
|
||||
|
||||
<!-- 毛色 -->
|
||||
<view class="mb-4">
|
||||
<text class="text-gray-800">宠物毛色</text>
|
||||
<text class="text-gray-800">宠物症状</text>
|
||||
<wd-picker
|
||||
class="w-full mt-2 p-2 border border-gray-300 rounded"
|
||||
:columns="colorOptions"
|
||||
v-model="petColor"
|
||||
/>
|
||||
</view>
|
||||
|
||||
<!-- 情况分析-->
|
||||
<view class="mb-4">
|
||||
<text class="text-gray-800">情况分析</text>
|
||||
<input
|
||||
class="w-full mt-2 p-2 border border-gray-300 rounded"
|
||||
style="height: 65rpx"
|
||||
:max="100"
|
||||
v-model="analysis"
|
||||
/>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- 提交按钮 -->
|
||||
@ -123,6 +134,7 @@ const petBirthday = ref('')
|
||||
const gender = ref('')
|
||||
const petBreed = ref('')
|
||||
const petColor = ref('')
|
||||
const analysis = ref('')
|
||||
const imageSrc = ref('https://via.placeholder.com/150')
|
||||
const userId = ref('')
|
||||
const petId = ref(null)
|
||||
|
Loading…
Reference in New Issue
Block a user