|
|
@ -17,15 +17,18 @@ |
|
|
</u-collapse-item> |
|
|
</u-collapse-item> |
|
|
</u-collapse> --> |
|
|
</u-collapse> --> |
|
|
<!-- --> |
|
|
<!-- --> |
|
|
|
|
|
<scroll-view :scroll-y="true" class="main_con" style="max-height: 1280rpx;" lower-threshold="50"> |
|
|
<view class="item" v-for="(item, index) in itemList" :key="index" :class="{'on': index==myIndex, 'bg': index==myIndex}"> |
|
|
<view class="item" v-for="(item, index) in itemList" :key="index" |
|
|
|
|
|
:class="{'on': index==myIndex, 'bg': index==myIndex}"> |
|
|
<view class="div1"> |
|
|
<view class="div1"> |
|
|
|
|
|
|
|
|
<view class="btx"> |
|
|
<view class="btx"> |
|
|
{{item.head}} |
|
|
{{item.head}} |
|
|
</view> |
|
|
</view> |
|
|
<image src="../../../static/tongyonh/plus.png" mode="aspectFit" class="teximg" v-if="index!=myIndex" @click="toClass(index)" ></image> |
|
|
<image src="../../../static/tongyonh/plus.png" mode="aspectFit" class="teximg" |
|
|
<image src="../../../static/tongyonh/xmark.png" mode="aspectFit" class="teximg" v-if="index==myIndex" @click.stop="noClass"></image> |
|
|
v-if="index!=myIndex" @click="toClass(index)"></image> |
|
|
|
|
|
<image src="../../../static/tongyonh/xmark.png" mode="aspectFit" class="teximg" |
|
|
|
|
|
v-if="index==myIndex" @click.stop="noClass"></image> |
|
|
<view class="div"> |
|
|
<view class="div"> |
|
|
{{item.body}} |
|
|
{{item.body}} |
|
|
</view> |
|
|
</view> |
|
|
@ -33,7 +36,7 @@ |
|
|
|
|
|
|
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
</scroll-view> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|