Browse Source

网格长详情click

彭宇 1 year ago
parent
commit
5502499b76
1 changed files with 2 additions and 3 deletions
  1. 2 3
      pages/handleAffairs/index.vue

+ 2 - 3
pages/handleAffairs/index.vue

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