feat: 意见反馈调整
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
class="item border-box border-bottom pt-20 pb-20"
|
||||
v-for="(item, index) in list"
|
||||
:key="index"
|
||||
@click="handleClick(item)"
|
||||
>
|
||||
<view class="flex flex-items-center flex-justify-center">
|
||||
<image v-if="item.icon" class="left" :src="item.icon" />
|
||||
|
||||
Reference in New Issue
Block a user