Commit daf9ff75 authored by zhengke's avatar zhengke

1

parent cd791c84
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
</swiper> </swiper>
</view> </view>
<view class="AnswerBtn clear"> <view class="AnswerBtn clear">
<view class="AnswerBtnFirst" @click="getBeforeExam()" v-if="current>1">上一题 <view class="AnswerBtnFirst" @click="getBeforeExam()" v-if="current!=0">上一题
</view> </view>
<view class="AnswerBtnSecond" :class="{'isCanNext':!isCanNext}" v-if="current!=dataList.length" @click="getNextExam()">下一题</view> <view class="AnswerBtnSecond" :class="{'isCanNext':!isCanNext}" v-if="current!=dataList.length" @click="getNextExam()">下一题</view>
</view> </view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment