|
@@ -16,9 +16,8 @@
|
|
|
<swiper-item v-for="(item ,index) in gridtType" :key="index">
|
|
|
<uni-grid :column="5" :highlight="true" :showBorder="false">
|
|
|
<uni-grid-item v-for="(dataitem,dataindex) in item" :key="dataitem.id">
|
|
|
- <view>
|
|
|
- <image class="uni-header-image" :src="loadImgSrcLocalhost(dataitem.fileUrl)"
|
|
|
- @click="querygrid(dataitem)"></image>
|
|
|
+ <view @click="querygrid(dataitem)">
|
|
|
+ <image class="uni-header-image" :src="loadImgSrcLocalhost(dataitem.fileUrl)"></image>
|
|
|
<uni-title type="h5" :title="dataitem.name" align="center"></uni-title>
|
|
|
</view>
|
|
|
</uni-grid-item>
|