Showing
2 changed files
with
4 additions
and
4 deletions
@@ -17,7 +17,7 @@ | @@ -17,7 +17,7 @@ | ||
17 | </div> | 17 | </div> |
18 | <script type="text/javascript"> | 18 | <script type="text/javascript"> |
19 | setTimeout(function (){ | 19 | setTimeout(function (){ |
20 | - location.href = "/cuxiao/yuanxiao/result"; | ||
21 | - }, 200000); | 20 | + location.href = "/cuxiao/yuanxiao/result?share_id=231"; |
21 | + }, 2000); | ||
22 | </script> | 22 | </script> |
23 | {{> cuxiao/yuanxiao/footer}} | 23 | {{> cuxiao/yuanxiao/footer}} |
@@ -9,8 +9,8 @@ use Plugin\Helpers; | @@ -9,8 +9,8 @@ use Plugin\Helpers; | ||
9 | */ | 9 | */ |
10 | class YuanxiaoController extends HuodongAction | 10 | class YuanxiaoController extends HuodongAction |
11 | { | 11 | { |
12 | - const STATIC_FILE = 'http://localhost:2222/assets/1.0.6'; | ||
13 | - // const STATIC_FILE = 'http://cdn.yoho.cn/huodong/2016yuanxiao/1.0.6'; | 12 | + // const STATIC_FILE = 'http://localhost:2222/assets/1.0.6'; |
13 | + const STATIC_FILE = 'http://cdn.yoho.cn/huodong/2016yuanxiao/1.0.6'; | ||
14 | const ENCRYPT_KEY = 'iamgtskkwhoareyou'; | 14 | const ENCRYPT_KEY = 'iamgtskkwhoareyou'; |
15 | 15 | ||
16 | /** | 16 | /** |
-
Please register or login to post a comment