作者 王晓刚
1 个管道 的构建 通过 耗费 1 秒

我的分享

@@ -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 }