|
@@ -13,12 +13,12 @@
|
|
|
<up-grid-item
|
|
|
v-for="(baseListItem,baseListIndex) in ctlItems"
|
|
|
:key="baseListIndex"
|
|
|
+ @click="()=>ctlClick(baseListIndex)"
|
|
|
>
|
|
|
<view class="grid-icon" :style="{backgroundColor: baseListItem.color}">
|
|
|
<up-icon
|
|
|
:name="baseListItem.name"
|
|
|
:size="22"
|
|
|
- @click="()=>ctlClick(baseListIndex)"
|
|
|
></up-icon>
|
|
|
</view>
|
|
|
<text class="grid-text">{{ baseListItem.title }}</text>
|