|
@@ -39,10 +39,10 @@
|
|
|
<template v-if="item1.showList">
|
|
|
<view v-for="(item2, index2) in item1.list" :key="index2">
|
|
|
<view class="section" @click="changeItem(item1.majorId,index1, item2.chapterExamId, item1.type,index2)">
|
|
|
- <!-- <image src="/static/icon/up1.png" class="icon_up" v-if="!item2.showList"></image>
|
|
|
- <image src="/static/icon/down1.png" class="icon_up" v-if="item2.showList"></image> -->
|
|
|
- <u-icon name="arrow-up" color="#999" size="24" v-if="item2.showList"></u-icon>
|
|
|
- <u-icon name="arrow-down" color="#999" size="24" v-if="!item2.showList"></u-icon>
|
|
|
+ <image src="/static/icon/up1.png" class="icon_up" v-if="!item2.showList"></image>
|
|
|
+ <image src="/static/icon/down1.png" class="icon_up" v-if="item2.showList"></image>
|
|
|
+ <!-- <u-icon name="arrow-up" color="#999" size="24" v-if="item2.showList"></u-icon>
|
|
|
+ <u-icon name="arrow-down" color="#999" size="24" v-if="!item2.showList"></u-icon> -->
|
|
|
<text style="margin-left:34rpx;font-size: 24rpx;color:#666;">
|
|
|
{{ item2.name }}
|
|
|
</text>
|
|
@@ -92,10 +92,10 @@
|
|
|
|
|
|
<template v-if="item1.type == 2">
|
|
|
<view class="section" @click="changeItem(0,index1, item1.majorId, item1.type)">
|
|
|
- <!-- <image src="/static/icon/up1.png" class="icon_up" v-if="!item1.showList"></image>
|
|
|
- <image src="/static/icon/down1.png" class="icon_up" v-if="item1.showList"></image> -->
|
|
|
- <u-icon name="arrow-up" color="#999" size="24" v-if="item1.showList"></u-icon>
|
|
|
- <u-icon name="arrow-down" color="#999" size="24" v-if="!item1.showList"></u-icon>
|
|
|
+ <image src="/static/icon/up1.png" class="icon_up" v-if="!item1.showList"></image>
|
|
|
+ <image src="/static/icon/down1.png" class="icon_up" v-if="item1.showList"></image>
|
|
|
+ <!-- <u-icon name="arrow-up" color="#999" size="24" v-if="item1.showList"></u-icon>
|
|
|
+ <u-icon name="arrow-down" color="#999" size="24" v-if="!item1.showList"></u-icon> -->
|
|
|
<text style="margin-left:34rpx;font-size: 24rpx;color:#666;">{{ item1.name }}</text>
|
|
|
</view>
|
|
|
<view v-if="item1.showList">
|