@@ -12,6 +12,10 @@ class Buy extends Base
if (!$this->user) {
return $this->location('home');
}
+
+ if ($this->type == 1) {
+ return $this->location('list', array('type' => 2));
+ }
# 列表页