正在显示
1 个修改的文件
包含
3 行增加
和
0 行删除
@@ -141,6 +141,9 @@ class IndexController extends CommentController | @@ -141,6 +141,9 @@ class IndexController extends CommentController | ||
141 | $where_cof['status'] = array('neq',9); | 141 | $where_cof['status'] = array('neq',9); |
142 | $tel = Db::name('Config')->where($where_cof)->value('tel'); | 142 | $tel = Db::name('Config')->where($where_cof)->value('tel'); |
143 | $final['tel'] = $tel; | 143 | $final['tel'] = $tel; |
144 | + echo "<pre/>"; | ||
145 | + print_r($refund); | ||
146 | + die; | ||
144 | $this->assign('final',$final); | 147 | $this->assign('final',$final); |
145 | return $this->fetch('postjob'); | 148 | return $this->fetch('postjob'); |
146 | } | 149 | } |
-
请 注册 或 登录 后发表评论