|
|
@@ -124,7 +124,7 @@ class ConsoleController extends BaseController
|
|
|
public function actionProfile()
|
|
|
{
|
|
|
$notice = [];
|
|
|
- $notice = [['title' => '请按提示更新应用;苹果到应用市场更新', 'action' => '务必更新', 'page' => '']];
|
|
|
+ $notice = [['title' => '请按提示更新应用;苹果到应用市场更新', 'action' => '', 'page' => '']];
|
|
|
$mainId = $this->mainId;
|
|
|
$respond = StatSaleClass::profile($mainId);
|
|
|
$incomeList = $respond['income'] ?? [];
|