Merge remote-tracking branch 'origin/feature/VIP_DAY'
Showing
3 changed files
with
4 additions
and
5 deletions
@@ -62,14 +62,14 @@ | @@ -62,14 +62,14 @@ | ||
62 | <div class="content"> | 62 | <div class="content"> |
63 | <div class="vip-goods-sec"> | 63 | <div class="vip-goods-sec"> |
64 | <!-- good class 1--> | 64 | <!-- good class 1--> |
65 | - <h5 class="vip-goods-sec-label">潮牌尖货</h5> | 65 | + <h5 class="vip-goods-sec-label">明星潮牌</h5> |
66 | <ul class="vip-goods-list clearfix"> | 66 | <ul class="vip-goods-list clearfix"> |
67 | {{#each goods1}} | 67 | {{#each goods1}} |
68 | {{> vip_day/vip-good}} | 68 | {{> vip_day/vip-good}} |
69 | {{/each}} | 69 | {{/each}} |
70 | </ul> | 70 | </ul> |
71 | <!-- good class 2--> | 71 | <!-- good class 2--> |
72 | - <h5 class="vip-goods-sec-label">新品示出</h5> | 72 | + <h5 class="vip-goods-sec-label">新品释出</h5> |
73 | <ul class="vip-goods-list clearfix"> | 73 | <ul class="vip-goods-list clearfix"> |
74 | {{#each goods2}} | 74 | {{#each goods2}} |
75 | {{> vip_day/vip-good}} | 75 | {{> vip_day/vip-good}} |
@@ -83,7 +83,7 @@ | @@ -83,7 +83,7 @@ | ||
83 | {{/each}} | 83 | {{/each}} |
84 | </ul> | 84 | </ul> |
85 | <div class="text-center"> | 85 | <div class="text-center"> |
86 | - <a href='http://sale.yohobuy.com/?channel=&specialsale_id=7?openby:yohobuy={"action":"go.vippro"}' class="vip-goods-more">点击查看更多</a> | 86 | + <a href='https://m.yohobuy.com/product/sale/vip?channel={{channel}}&openby:yohobuy={"action":"go.vippro"}' class="vip-goods-more">点击查看更多</a> |
87 | </div> | 87 | </div> |
88 | </div> | 88 | </div> |
89 | </div> | 89 | </div> |
@@ -32,7 +32,7 @@ | @@ -32,7 +32,7 @@ | ||
32 | <link rel="apple-touch-startup-image" sizes="640x920" href="http://static.yohobuy.com/m/v1/img/startup/startup-retina.png" media="screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)"> | 32 | <link rel="apple-touch-startup-image" sizes="640x920" href="http://static.yohobuy.com/m/v1/img/startup/startup-retina.png" media="screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)"> |
33 | <link rel="apple-touch-startup-image" sizes="320x460" href="http://static.yohobuy.com/m/v1/img/startup/startup.png" media="screen and (max-device-width: 320)"> | 33 | <link rel="apple-touch-startup-image" sizes="320x460" href="http://static.yohobuy.com/m/v1/img/startup/startup.png" media="screen and (max-device-width: 320)"> |
34 | </head> | 34 | </head> |
35 | - <body class="{{pageStyle}} {{#if width750}}width750{{/if}} {{#if isPassportPage}}passport-body{{/if}} {{#if isStarIndexPage}}star-index-bg{{/if}} {{#if isStarDetailPage}}star-class-body{{/if}} {{#if isInstallmentPage}}installment-body{{/if}}"> | 35 | + <body class="{{pageStyle}} {{#if isWechat}}wechat-body{{/if}} {{#if width750}}width750{{/if}} {{#if isPassportPage}}passport-body{{/if}} {{#if isStarIndexPage}}star-index-bg{{/if}} {{#if isStarDetailPage}}star-class-body{{/if}} {{#if isInstallmentPage}}installment-body{{/if}}"> |
36 | <div class="main-wrap"> | 36 | <div class="main-wrap"> |
37 | {{#if systemUpdate}} | 37 | {{#if systemUpdate}} |
38 | {{> updata}} | 38 | {{> updata}} |
@@ -42,6 +42,5 @@ $(function() { | @@ -42,6 +42,5 @@ $(function() { | ||
42 | content: '<p class="primary">恭喜你获得<span class="award">' + score + '</span>元优惠券,请到【我的-优惠券】中查收奖品</p>' | 42 | content: '<p class="primary">恭喜你获得<span class="award">' + score + '</span>元优惠券,请到【我的-优惠券】中查收奖品</p>' |
43 | }); | 43 | }); |
44 | $gameNotify.text('您的机会已用完,请下月28号再来'); | 44 | $gameNotify.text('您的机会已用完,请下月28号再来'); |
45 | - game.destory(); | ||
46 | }; | 45 | }; |
47 | }); | 46 | }); |
-
Please register or login to post a comment