wip: test
This commit is contained in:
@@ -27,11 +27,12 @@
|
||||
:key="index"
|
||||
:style="{
|
||||
color: item.active ? '#ff0000' : '#000',
|
||||
backgroundImage: `url(${item.optActive ? require('../../../static/dz.png') : 'none'})`,
|
||||
}"
|
||||
@click="handleClick(item)"
|
||||
>
|
||||
<text>{{ item.value }}</text>
|
||||
<image v-show="item.optActive" class="icon" src="../../../static/dz.png" />
|
||||
<!-- <image class="icon" v-show="item.optActive" src="../../../static/dz.png" /> -->
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user