Commit 60f4ad41 by 冷斌

fix bug

parent c2e01520
...@@ -47,4 +47,9 @@ class SingleAction extends CommonAction { ...@@ -47,4 +47,9 @@ class SingleAction extends CommonAction {
$this->display(); $this->display();
} }
public function buy()
{
echo 1; die;
}
} }
...@@ -134,6 +134,7 @@ return array( ...@@ -134,6 +134,7 @@ return array(
//单页 //单页
'basic/Single/info' => SITE_URL.'/single/[id].html', 'basic/Single/info' => SITE_URL.'/single/[id].html',
'basic/Single/indie' => SITE_URL.'/indie/[ie].html', 'basic/Single/indie' => SITE_URL.'/indie/[ie].html',
'basic/Single/buy' => SITE_URL.'/single/buy.html',
//app下载 //app下载
'home/Index/appdownload' => SITE_URL.'/appdownload.html', 'home/Index/appdownload' => SITE_URL.'/appdownload.html',
......
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