|
@@ -34,7 +34,7 @@
|
|
<!-- item -->
|
|
<!-- item -->
|
|
|
|
|
|
<view class="itemBg">
|
|
<view class="itemBg">
|
|
- <view v-for="(item,index) in itemArr" :key="index" class="twoItem" :class="{line:index>0}" @click="goList(item)">
|
|
|
|
|
|
+ <view v-for="(item,index) in itemArr" :key="index" class="twoItem" v-if="item.Type!=1" :class="{line:index>0}" @click="goList(item)">
|
|
<image :src="item.LogoImg" mode="" class="img2"></image>
|
|
<image :src="item.LogoImg" mode="" class="img2"></image>
|
|
<view class="rightItem">
|
|
<view class="rightItem">
|
|
<view class="title">{{item.Title}}</view>
|
|
<view class="title">{{item.Title}}</view>
|