Explorar el Código

period dashboard

root hace 3 años
padre
commit
222305463a
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      frontendApi/modules/v1/controllers/DashboardController.php

+ 2 - 2
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(),
             '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,
             'news'=>$news,
 //            'periodNum'=>'Period '.$periodNum.' ,'.$curYM['CALC_MONTH'].'月第'.$wkrd.'周,共'.$weeks.'周',
 //            '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']],
         ]);
         ]);
     }
     }
 
 
@@ -148,4 +148,4 @@ class DashboardController extends BaseController
         $chartData = ChartData::instance();
         $chartData = ChartData::instance();
         return static::notice($chartData->userBonusData(\Yii::$app->user->id));
         return static::notice($chartData->userBonusData(\Yii::$app->user->id));
     }
     }
-}
+}