wyling007 %!s(int64=3) %!d(string=hai) anos
pai
achega
282e29d357
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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" />