|
|
@@ -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']],
|
|
|
]);
|
|
|
}
|
|
|
|
|
|
@@ -148,4 +148,4 @@ class DashboardController extends BaseController
|
|
|
$chartData = ChartData::instance();
|
|
|
return static::notice($chartData->userBonusData(\Yii::$app->user->id));
|
|
|
}
|
|
|
-}
|
|
|
+}
|