|
@@ -19,7 +19,9 @@ class Recharge extends Frontend
|
|
|
{
|
|
|
$isWechat = strpos($this->request->server('HTTP_USER_AGENT'), 'MicroMessenger') !== false;
|
|
|
if($isWechat)
|
|
|
- {exit('不能在微信浏览器打开');}
|
|
|
+ {
|
|
|
+ return $this->view->fetch('tips');
|
|
|
+ }
|
|
|
|
|
|
$conf_list = Db::name('paygold_webcon')->order('id asc')->select();
|
|
|
$this->assign('conf_list',$conf_list);
|