|
|
|
@ -243,7 +243,7 @@ class TestingResourceController extends ThinkController
|
|
|
|
|
$this->assign('records', $records);
|
|
|
|
|
$this->display();
|
|
|
|
|
}
|
|
|
|
|
public function dailyCountTip()
|
|
|
|
|
public function indexDailyCountTip()
|
|
|
|
|
{
|
|
|
|
|
$tipApply = 10000;
|
|
|
|
|
$params = [
|
|
|
|
@ -303,6 +303,7 @@ class TestingResourceController extends ThinkController
|
|
|
|
|
$this->assign('count', $count);
|
|
|
|
|
$this->assign('_page', $pagination);
|
|
|
|
|
$this->assign('records', $records);
|
|
|
|
|
dd(__MENU__);
|
|
|
|
|
$this->display();
|
|
|
|
|
}
|
|
|
|
|
protected function setDailyCountWhere($params)
|
|
|
|
|