Browse Source

[edit][文字]

zhangwei 2 năm trước cách đây
mục cha
commit
d801f586cb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>