@@ -89,6 +89,7 @@ class EventsController extends Controller {
$loginUrl = $this -> getLoginUrl($thisUrl);
$info['thisUrl'] = $thisUrl;
+ $this->setOutput('thisUrl', $thisUrl);
$this->setOutput('loginUrl', $loginUrl);
# 判断是否需要登录
@@ -67,6 +67,7 @@ function help()
{
if (t.ok) {
toast('助力成功!');
+ location.reload();
} else {
toast(t.msg, 1);
}