Merge branch 'feature/wap/yuanxiao' into develop/wap
Showing
4 changed files
with
6 additions
and
5 deletions
@@ -34,5 +34,7 @@ | @@ -34,5 +34,7 @@ | ||
34 | <input type="hidden" id="shareDesc" value="{{shareDesc}}"> | 34 | <input type="hidden" id="shareDesc" value="{{shareDesc}}"> |
35 | <input type="hidden" id="shareImg" value="{{shareImg}}"> | 35 | <input type="hidden" id="shareImg" value="{{shareImg}}"> |
36 | <input type="hidden" id="shareLink" value="{{shareUrl}}"> | 36 | <input type="hidden" id="shareLink" value="{{shareUrl}}"> |
37 | +<script type="text/javascript" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script> | ||
38 | + | ||
37 | {{> cuxiao/yuanxiao/type}} | 39 | {{> cuxiao/yuanxiao/type}} |
38 | {{> cuxiao/yuanxiao/footer}} | 40 | {{> cuxiao/yuanxiao/footer}} |
@@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||
7 | 正在分析你的<br>潮流运势<br>… … | 7 | 正在分析你的<br>潮流运势<br>… … |
8 | </div> | 8 | </div> |
9 | 9 | ||
10 | - <div class="loading animated infinite rotateIn"> | 10 | + <div class="loading"> |
11 | </div> | 11 | </div> |
12 | <div class="hat"> | 12 | <div class="hat"> |
13 | </div> | 13 | </div> |
@@ -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"; | 20 | + location.href = "/cuxiao/yuanxiao/result?share_id=1"; |
21 | }, 2000); | 21 | }, 2000); |
22 | </script> | 22 | </script> |
23 | {{> cuxiao/yuanxiao/footer}} | 23 | {{> cuxiao/yuanxiao/footer}} |
@@ -2,5 +2,4 @@ | @@ -2,5 +2,4 @@ | ||
2 | {{#staticJS}} | 2 | {{#staticJS}} |
3 | <script type="text/javascript" src="{{../staticFile}}/js/{{.}}"></script> | 3 | <script type="text/javascript" src="{{../staticFile}}/js/{{.}}"></script> |
4 | {{/staticJS}} | 4 | {{/staticJS}} |
5 | -<script type="text/javascript" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script> | ||
6 | </body> | 5 | </body> |
@@ -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.8'; |
13 | + const STATIC_FILE = 'http://cdn.yoho.cn/huodong/2016yuanxiao/1.0.8'; | ||
14 | const ENCRYPT_KEY = 'iamgtskkwhoareyou'; | 14 | const ENCRYPT_KEY = 'iamgtskkwhoareyou'; |
15 | 15 | ||
16 | /** | 16 | /** |
-
Please register or login to post a comment