dever 6 年之前
父节点
当前提交
6015c3d747
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      vip/src/Buy.php

+ 1 - 1
vip/src/Buy.php

@@ -10,7 +10,7 @@ class Buy extends Base
     	parent::__construct();
 
     	if (!$this->user) {
-    		//return $this->location('auth', array(), 'vip');
+    		return $this->location('auth', array(), 'vip');
     	}
     }