|
|
@@ -6,7 +6,7 @@
|
|
|
<view class="top-progress adfac">
|
|
|
<view class="top-progress-text">测评进度</view>
|
|
|
<view class="top-progress-box">
|
|
|
- <view class="top-progress-box-current" :style="{'width':(answerNum/list.length*100)+'%'}"></view>
|
|
|
+ <view class="top-progress-box-current" :style="{'width':(answerCount/list.length*100)+'%'}"></view>
|
|
|
</view>
|
|
|
<view class="top-progress-num"><span>{{answerCount}}</span>/{{list.length}}</view>
|
|
|
</view>
|