Merge branch 'develop/wap' into beta/wap
Showing
3 changed files
with
6 additions
and
4 deletions
@@ -34,7 +34,7 @@ | @@ -34,7 +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> | 37 | +<script type="text/javascript" src="http://res.wx.qq.com/open/js/jweixin-1.1.0.js"></script> |
38 | 38 | ||
39 | {{> cuxiao/yuanxiao/type}} | 39 | {{> cuxiao/yuanxiao/type}} |
40 | {{> cuxiao/yuanxiao/footer}} | 40 | {{> cuxiao/yuanxiao/footer}} |
@@ -17,7 +17,9 @@ | @@ -17,7 +17,9 @@ | ||
17 | </div> | 17 | </div> |
18 | <script type="text/javascript"> | 18 | <script type="text/javascript"> |
19 | setTimeout(function (){ | 19 | setTimeout(function (){ |
20 | - 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"}}}'; | 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"}}}'; | ||
21 | }, 2000); | 23 | }, 2000); |
22 | </script> | 24 | </script> |
23 | {{> cuxiao/yuanxiao/footer}} | 25 | {{> 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.9'; | ||
13 | - const STATIC_FILE = 'http://cdn.yoho.cn/huodong/2016yuanxiao/1.0.9'; | 12 | + // const STATIC_FILE = 'http://localhost:2222/assets/1.1.0'; |
13 | + const STATIC_FILE = 'http://cdn.yoho.cn/huodong/2016yuanxiao/1.1.0'; | ||
14 | const ENCRYPT_KEY = 'iamgtskkwhoareyou'; | 14 | const ENCRYPT_KEY = 'iamgtskkwhoareyou'; |
15 | 15 | ||
16 | /** | 16 | /** |
-
Please register or login to post a comment