Authored by Rock Zhang

修复android登录问题

... ... @@ -17,7 +17,7 @@
</div>
<script type="text/javascript">
setTimeout(function (){
location.href = '{{activityUrl}}';
location.href = '{{{activityUrl}}}';
// location.href = '{{activityUrl}}?openby:yohobuy={"action":"go.h5","params":{"title":"元宵抽签","url":"{{activityUrl}}","share":"\/operations\/api\/v5\/webshare\/getShare","shareparam":{"share_id":"1"},"param":{"share_id":"1"}}}';
}, 2000);
... ...
... ... @@ -135,7 +135,7 @@ class YuanxiaoController extends HuodongAction
$this->_view->display('wait', array(
'staticTitle' => '2016潮流运势测试',
'staticFile' => self::STATIC_FILE,
'activityUrl' => !$this->isWeixin() ? $activityUrl . '?openby:yohobuy={"action":"go.h5","params":{"url":"' . $activityUrl . '","islogin":"N"}}' : $activityUrl,
'activityUrl' => !$this->isWeixin() ? $activityUrl . '?openby:yohobuy={"action":"go.h5","params":{"url":"' . $activityUrl . '","islogin":"N","param":{"from":"app"},"share":"'.$activityUrl.'","shareparam":{"share_id":"1"}}}' : $activityUrl,
'staticJS' => array(
'wait.js'
),
... ...