|
@@ -20,10 +20,10 @@
|
|
|
<view class="lsow" style="border-bottom: 1rpx solid #eee;margin-top: 10rpx;" v-for="(item, index) in listData.informVo.informExamVo" :key="index">
|
|
|
<view class="h4">{{ item.goodsName }}</view>
|
|
|
<view class="h33">{{ item.moduleName ? '/' + item.moduleName : '' }}{{ item.chapterName ? '/' + item.chapterName : '' }}{{ item.examName }}</view>
|
|
|
- <view style="display: flex;align-items: center;margin:28rpx 0rpx;">
|
|
|
+ <view style="display: flex;align-items: center;margin:28rpx 0rpx;" @click="jumpExam(item)">
|
|
|
<image style="width: 35rpx;height: 35rpx;" src="@/static/examIcon.png" mode=""></image>
|
|
|
<text class="timeStys">第{{ item.topicNum }}道题</text>
|
|
|
- <text class="aSty" @click="jumpExam(item)">点击可直接跳转</text>
|
|
|
+ <text class="aSty">点击可直接跳转</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|