Commit 265d2717 authored by liyadong's avatar liyadong

Merge branch 'test' of http://gitlab.cccwangluo.com/zhoujun/uc_card into test

parents 2805c08b bd5385a5
...@@ -394,7 +394,7 @@ class CardController extends Controller ...@@ -394,7 +394,7 @@ class CardController extends Controller
$data['ybImg'] = 'img-C'; $data['ybImg'] = 'img-C';
} }
$data['rank'] = $info->max_rank ?? ''; $data['rank'] = $info->max_rank ?? '青铜5';
if(!empty($armsScore)){ if(!empty($armsScore)){
$armsScoreNum = '00000'; $armsScoreNum = '00000';
if(strlen($armsScore[0]['score']) == 1) $armsScoreNum = '0000'.(string)$armsScore[0]['score']; if(strlen($armsScore[0]['score']) == 1) $armsScoreNum = '0000'.(string)$armsScore[0]['score'];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment