From 96209a0fa0b4bbf752ac75de2d9084a72beb68c4 Mon Sep 17 00:00:00 2001 From: cxt <853663049@qq.com> Date: Wed, 4 Dec 2019 17:06:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E8=88=AA=E9=85=8D=E7=BD=AE=E7=9A=84?= =?UTF-8?q?=E2=80=9C=E9=A6=96=E9=A1=B5=E2=80=9D=E4=BF=AE=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E2=80=9C=E8=B5=9B=E5=88=B6=E4=BB=8B=E7=BB=8D=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/models/competition.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/competition.rb b/app/models/competition.rb index 23fa268ec..96fd14c1c 100644 --- a/app/models/competition.rb +++ b/app/models/competition.rb @@ -165,7 +165,7 @@ class Competition < ApplicationRecord def get_module_name type case type - when 'home' then '首页' + when 'home' then '赛制介绍' when 'enroll' then '报名' when 'inform' then '通知公告' when 'chart' then '排行榜'