fetch(':index/custom'); } /** * 关于我们 * @return mixed */ public function about(){ return $this->fetch(':index/about'); } /** * 违规处罚 * @return mixed */ public function rule(){ return $this->fetch(':index/rule'); } /** * 认证说明 * @return mixed */ public function auth(){ return $this->fetch(':index/auth'); } /** * 用户服务协议 * @return mixed */ public function agree(){ return $this->fetch(':index/agree'); } /** * 分销用户服务协议 * @return mixed */ public function marketAgree(){ return $this->fetch(':index/marketAgree'); } /** * 充值协议说明 * @return mixed */ public function rechargeAgree(){ return $this->fetch(':index/rechargeAgree'); } /** * 隐私保护政策 * @return mixed */ public function privacy(){ return $this->fetch(':index/privacy'); } /** * 评论 * @return mixed|string */ public function comment(){ $url = input('url',''); $this->assign('url', base64_decode($url)); return $this->fetch(':index/comment'); } } ?>