|
@@ -123,7 +123,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view style="clear: both;"></view>
|
|
|
- <view v-for="(item,index) in listdata" v-if="index%2==1"
|
|
|
+ <view @click="tiaodapei(item.id)" v-for="(item,index) in listdata" v-if="index%2==1"
|
|
|
class="round-3 shadow-2 overflow pa-10 mt-20"
|
|
|
:class="[$tm.vx.state().tmVuetify.black ? 'black' : 'white']">
|
|
|
<image class="logo" :src="item.image" mode="widthFix"></image>
|