Authored by Rock Zhang

Merge branch 'develop/wap' of git.dev.yoho.cn:web/yohobuy into feature/wap/girlsday

@@ -19,6 +19,16 @@ @@ -19,6 +19,16 @@
19 <div class="footer"> 19 <div class="footer">
20 </div> 20 </div>
21 </div> 21 </div>
  22 + <div class="mask hide">
  23 + <div class="pengyouquan">
  24 + </div>
  25 + <div class="arrow">
  26 + </div>
  27 + <p>
  28 + 点击右上角<br>
  29 + 微信分享至朋友圈
  30 + </p>
  31 + </div>
22 <div class="tip hide fail"> 32 <div class="tip hide fail">
23 <div class="title"> 33 <div class="title">
24 领取失败<br> 34 领取失败<br>
@@ -9,8 +9,8 @@ use Plugin\Helpers; @@ -9,8 +9,8 @@ use Plugin\Helpers;
9 */ 9 */
10 class XinshiliController extends HuodongAction 10 class XinshiliController extends HuodongAction
11 { 11 {
12 - // const STATIC_FILE = 'http://localhost:2222/1.0.0';  
13 - const STATIC_FILE = 'http://cdn.yoho.cn/huodong/2016xinshili/1.0.0'; 12 + // const STATIC_FILE = 'http://localhost:2222/1.0.1';
  13 + const STATIC_FILE = 'http://cdn.yoho.cn/huodong/2016xinshili/1.0.1';
14 14
15 15
16 /** 16 /**