htc 1 kuukausi sitten
vanhempi
commit
e5f366f11e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      pagesPublish/questionnaireFill.vue

+ 1 - 1
pagesPublish/questionnaireFill.vue

@@ -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>