Browse Source

fix(workPage): 将投票问题类型显示从"ssChoice"改为"ssVote"

lsc 3 tháng trước cách đây
mục cha
commit
4895c73c76
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/pages/workPage/components/voteQuestion.vue

+ 1 - 1
src/components/pages/workPage/components/voteQuestion.vue

@@ -16,7 +16,7 @@
       @click="$hevueImgPreview(work.testJson[showIndex].timuList[0].src)">
 
     <div class="cq_type" v-if="work.testJson[showIndex]">
-      {{ lang.ssChoice }}
+      {{ lang.ssVote }}
       <!-- {{ work.testJson[showIndex].type == '1' ? lang.SingleChoice : lang.MultipleChoice }} -->
       <!-- <span v-if="work.testJson.length>1">({{showIndex+1}}/{{work.testJson.length}})</span> -->