Authored by hf

code review by fei.hong: do test yuanxiao huodong redirect

@@ -18,8 +18,6 @@ @@ -18,8 +18,6 @@
18 <script type="text/javascript"> 18 <script type="text/javascript">
19 setTimeout(function (){ 19 setTimeout(function (){
20 location.href = '{{{activityUrl}}}'; 20 location.href = '{{{activityUrl}}}';
21 -  
22 - // 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"}}}';  
23 }, 2000); 21 }, 2000);
24 </script> 22 </script>
25 {{> cuxiao/yuanxiao/footer}} 23 {{> cuxiao/yuanxiao/footer}}
@@ -122,7 +122,7 @@ class YuanxiaoController extends HuodongAction @@ -122,7 +122,7 @@ class YuanxiaoController extends HuodongAction
122 $this->_view->display('wait', array( 122 $this->_view->display('wait', array(
123 'staticTitle' => '2016潮流运势测试', 123 'staticTitle' => '2016潮流运势测试',
124 'staticFile' => self::STATIC_FILE, 124 'staticFile' => self::STATIC_FILE,
125 - 'activityUrl' => !$this->isWeixin() ? $activityUrl . '?openby:yohobuy={"action":"go.h5","params":{"url":"' . $activityUrlEncode . '","islogin":"N",,"param":{"from":"app"},"share":"'.$activityUrlEncode.'","shareparam":{"share_id":"19"}}}' : $activityUrl, 125 + 'activityUrl' => !$this->isWeixin() ? $activityUrl . '?openby:yohobuy={"action":"go.h5","params":{"url":"' . $activityUrlEncode . '","islogin":"N","param":{"from":"app"},"share":"'.$activityUrlEncode.'","shareparam":{"share_id":"19"}}}' : $activityUrl,
126 'staticJS' => array( 126 'staticJS' => array(
127 'wait.js' 127 'wait.js'
128 ), 128 ),