|
@@ -25,15 +25,15 @@
|
|
|
</view>
|
|
</view>
|
|
|
<view class="pd-24" v-if="showSearch">
|
|
<view class="pd-24" v-if="showSearch">
|
|
|
<view class="f-s-32 c-#333 f-w-5 mb-20">搜索结果</view>
|
|
<view class="f-s-32 c-#333 f-w-5 mb-20">搜索结果</view>
|
|
|
- <view class="pd-30 d-flex bg-#FBFDFB border-#37A954 b-radius mb-20" v-for="(item, index) in list" :key="index">
|
|
|
|
|
|
|
+ <view class="pd-24 d-flex bg-#FBFDFB border-#37A954 b-radius mb-20" v-for="(item, index) in list" :key="index">
|
|
|
<up-radio-group v-model="radiovalue1">
|
|
<up-radio-group v-model="radiovalue1">
|
|
|
<view @click="radiovalue1 = item?.id" class="d-flex w-100%">
|
|
<view @click="radiovalue1 = item?.id" class="d-flex w-100%">
|
|
|
<view class="">
|
|
<view class="">
|
|
|
- <view class="mb-20 ov-hd tx-ov">
|
|
|
|
|
|
|
+ <view class="mb-16 ov-hd tx-ov">
|
|
|
<text class="c-#333 f-s-34 f-w-5 mr-5">{{ item?.varietyName }}</text>
|
|
<text class="c-#333 f-s-34 f-w-5 mr-5">{{ item?.varietyName }}</text>
|
|
|
<text class="c-#666 f-s-24 tx-ov ov-hd">{{ item?.latinName }}</text>
|
|
<text class="c-#666 f-s-24 tx-ov ov-hd">{{ item?.latinName }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="mb-20">
|
|
|
|
|
|
|
+ <view class="mb-16">
|
|
|
<text class="c-#333 f-s-28 f-w-5 mr-5">{{ item?.genusName }}</text>
|
|
<text class="c-#333 f-s-28 f-w-5 mr-5">{{ item?.genusName }}</text>
|
|
|
<text class="c-#666 f-s-24 tx-ov ov-hd">{{ item?.genusLatinName }}</text>
|
|
<text class="c-#666 f-s-24 tx-ov ov-hd">{{ item?.genusLatinName }}</text>
|
|
|
</view>
|
|
</view>
|