htc 4 周之前
父節點
當前提交
e5f366f11e
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>