Browse Source

[edit][文字]

zhangwei 2 years ago
parent
commit
d801f586cb
1 changed files with 1 additions and 1 deletions
  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>