作者 郭鑫
1 个管道 的构建 通过 耗费 1 秒

页面修改

... ... @@ -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();
}
... ...
... ... @@ -126,7 +126,6 @@
<p class="authrity">客服电话</p>
<p class="cloudtwo">
<img src="__TMPL__/public/assets/images/aicon01@2x.png" alt="">
</p>
</div>
<div style="margin-top: 12%; font-size: 0.5rem;">{$final.tel}</div>
... ...