绘制电脑治理信息页面
This commit is contained in:
@@ -14,7 +14,8 @@
|
||||
<uni-swipe-action-item v-for="(item, index) in store.data"
|
||||
:style="{ marginTop: index === 0 ? '0' : '' }" :key="index" :threshold="0"
|
||||
:right-options="item.isTop == 0 ? options1 : options12" @click="bindClick($event, item)">
|
||||
<uni-card class="boxClick" :title="item.name" extra="🔍" @click="jump(item)">
|
||||
<!-- extra="🔍" -->
|
||||
<uni-card class="boxClick" :title="item.name" @click="jump(item)">
|
||||
<view class="term-list-bottom">
|
||||
<view class="term-list-bottom-item">
|
||||
<view>区域</view>
|
||||
|
||||
Reference in New Issue
Block a user