wyling007 há 3 anos atrás
pai
commit
282e29d357
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/components/m-exercise/index.vue

+ 1 - 1
src/components/m-exercise/index.vue

@@ -22,7 +22,7 @@
 		<!-- 题目内容 -->
 		<div class="problem">
 			<span class="type">{{ currentSubject.type }}</span>
-			<span class="text">{{ currentSubject.explain }}</span>
+			<span class="text">{{ currentSubjectIndex + 1 }}、{{ currentSubject.explain }}</span>
 			<van-image v-if="currentSubject.image" :src="currentSubject.image" class="img">
 				<template v-slot:loading>
 					<van-loading type="spinner" size="20" />