正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -78,6 +78,7 @@ class Merchant extends WechatBase | @@ -78,6 +78,7 @@ class Merchant extends WechatBase | ||
78 | $title = "审核中"; | 78 | $title = "审核中"; |
79 | } | 79 | } |
80 | $this->assign('title',$title); | 80 | $this->assign('title',$title); |
81 | + $this->assign('data',$data); | ||
81 | return $this->fetch(); | 82 | return $this->fetch(); |
82 | } | 83 | } |
83 | } | 84 | } |
-
请 注册 或 登录 后发表评论