|
|
@ -105,7 +105,7 @@ |
|
|
|
<u-td class="box_cus flex-1"> |
|
|
|
<u-td class="box_cus flex-1"> |
|
|
|
<view class="box_tips" :style="{ color: index==0?'#333':'#594b40' }"> |
|
|
|
<view class="box_tips" :style="{ color: index==0?'#333':'#594b40' }"> |
|
|
|
{{item.feature}} |
|
|
|
{{item.feature}} |
|
|
|
<u-icon v-if="index>2" |
|
|
|
<u-icon v-if="item.function_description" |
|
|
|
@click="openPopup(item.function_description,item.feature)" |
|
|
|
@click="openPopup(item.function_description,item.feature)" |
|
|
|
name="question-circle-fill" color="#999" size="30"></u-icon> |
|
|
|
name="question-circle-fill" color="#999" size="30"></u-icon> |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -551,7 +551,7 @@ |
|
|
|
proIndex: 1, |
|
|
|
proIndex: 1, |
|
|
|
H5: 'H5', |
|
|
|
H5: 'H5', |
|
|
|
H5Index: 1, |
|
|
|
H5Index: 1, |
|
|
|
function_description: '说明', |
|
|
|
function_description: '', |
|
|
|
plate_id: 1 |
|
|
|
plate_id: 1 |
|
|
|
}] |
|
|
|
}] |
|
|
|
|
|
|
|
|
|
|
|