wip: test

This commit is contained in:
2023-12-29 19:47:44 +08:00
parent 511935a6e7
commit f472206954
2 changed files with 39 additions and 32 deletions

View File

@@ -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>