Explorar el Código

[edit][文字]

zhangwei hace 2 años
padre
commit
d801f586cb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/view/iframe/treasure-hunt/result.vue

+ 1 - 1
src/view/iframe/treasure-hunt/result.vue

@@ -6,7 +6,7 @@
 
             <!-- 新粉 -->
             <template v-if="Number(state.start_task.amountValue) > 0">
-                <p>You are now fillowing
+                <p>You are now following
                     <template v-for="item, i in state.follows">
                         <span v-if="i == 0">@{{ item.name }}</span>
                         <span v-else>, @{{ item.name }}</span>