Commit 6195fe49 by 冷斌

测试

短信验证
parent 74da41c7
......@@ -73,8 +73,6 @@ class IndexAction extends Action
public function getGoodsList() {
$data = D('Goods')->getListForCate(array() ,-1,8);
var_dump($data);
die;
if ($data['data']) {
$html = $this->fetch('index_list');
}else{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment