Browse Source

考试弹窗

wangxy 2 tháng trước cách đây
mục cha
commit
ddd842ff06
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      pages/client/Kecheng/list.vue

+ 2 - 2
pages/client/Kecheng/list.vue

@@ -9,9 +9,9 @@
 			:refresher-threshold="50" refresher-background="transparent" @refresherrefresh="onRefresh"
 			class="phone-scroll-view">
 			<uni-list class="admin-list-box">
-				<uni-list-item v-for="item in data.list" class="admin-list-item-box" @click="checkKecheng(item)">
+				<uni-list-item v-for="item in data.list" class="admin-list-item-box">
 					<template v-slot:body>
-						<view class="kecheng-list-card-box">
+						<view class="kecheng-list-card-box" @click="checkKecheng(item)">
 							<img :src="item.pic">
 							<view class="card-right-box">
 								<view class="card-name">{{item.zyName}}</view>