...
|
...
|
@@ -53,9 +53,6 @@ class IndexController extends CommentController |
|
|
$where_cof['status'] = array('neq',9);
|
|
|
$tel = Db::name('Config')->where($where_cof)->value('tel');
|
|
|
$final['tel'] = $tel;
|
|
|
echo "<pre/>";
|
|
|
print_r($final);
|
|
|
die;
|
|
|
$this->assign('final',$final);
|
|
|
return $this->fetch();
|
|
|
}
|
...
|
...
|
|