Browse Source

Merge branch 'dev/v1.7.5_cyl' of jianyu/jy-points into feature/v1.7.5

cuiyalong 1 year ago
parent
commit
73a2c156dc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      jypoints-pc/src/components/GetMission.vue

+ 2 - 2
jypoints-pc/src/components/GetMission.vue

@@ -64,12 +64,12 @@ export default {
     return {
     return {
       statusTextMap: {
       statusTextMap: {
         1: {
         1: {
-          tagText: '老用户专',
+          tagText: '老用户专',
           text1: '限时福利',
           text1: '限时福利',
           text2: '限时任务'
           text2: '限时任务'
         },
         },
         2: {
         2: {
-          tagText: '新用户专',
+          tagText: '新用户专',
           text1: '新手福利',
           text1: '新手福利',
           text2: '新手任务'
           text2: '新手任务'
         }
         }