Explorar o código

dashboard期数显示格式修改

theo %!s(int64=3) %!d(string=hai) anos
pai
achega
3017d77458
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      frontendApi/modules/v1/controllers/DashboardController.php

+ 1 - 1
frontendApi/modules/v1/controllers/DashboardController.php

@@ -102,7 +102,7 @@ class DashboardController extends BaseController
             'slides'=>Ad::findUseSlaves()->select('ID,IMAGE,LID,TITLE,CONTENT,TYPE')->where('LID=:LID AND STATUS=1', [':LID'=>'7EFF6260A16C3CC7E053693418AC03E4'])->orderBy('SORT ASC')->asArray()->all(),
             'news'=>$news,
 //            'periodNum'=>'Period '.$periodNum.' ,'.$curYM['CALC_MONTH'].'月第'.$wkrd.'周,共'.$weeks.'周',
-            'periodNum'=>$periodNum.' ,'.$wkrd.' period  out of '.$weeks.', '. $monthArray[$curYM['CALC_MONTH']],
+            'periodNum'=>$periodNum.' ,'.$wkrd.' period  of '. $monthArray[$curYM['CALC_MONTH']],
         ]);
     }