Authored by weiqingting

Merge branch 'release/4.9.1.0'

@@ -133,6 +133,7 @@ const getPlatForm = (req) => { @@ -133,6 +133,7 @@ const getPlatForm = (req) => {
133 yoho.isStudent = data.data && data.data.vip_info && data.data.vip_info.is_student ? true : false; 133 yoho.isStudent = data.data && data.data.vip_info && data.data.vip_info.is_student ? true : false;
134 134
135 // yoho.isStudent = false; 135 // yoho.isStudent = false;
  136 + // console.log(yoho);
136 return yoho; 137 return yoho;
137 })(); 138 })();
138 139
@@ -94,7 +94,7 @@ @@ -94,7 +94,7 @@
94 {{/activities}} 94 {{/activities}}
95 95
96 <section class='s-section clearfix'> 96 <section class='s-section clearfix'>
97 - <h1>学生专享商品<a class="more iconfont" href="//search.m.yohobuy.com/?students=1&title=学生专享商品&uid={{uid}}{{#isApp}}&app_version={{@root.app_version}}{{/isApp}}">&#xe618;</a></h1> 97 + <h1>学生专享商品<a class="more iconfont" href="//search.m.yohobuy.com/?students=1&title=学生专享商品&uid={{uid}}{{#isApp}}&app_version={{@root.app_version}}{{/isApp}}?openby:yohobuy={'action':'go.h5','params':{'islogin':'N','url':'{{@root.http}}//search.m.yohobuy.com/','param':{'students':'1','title':'学生专享商品','uid':'{{uid}}'}}}">&#xe618;</a></h1>
98 <div class='goods-list clearfix'> 98 <div class='goods-list clearfix'>
99 {{#each goods}} 99 {{#each goods}}
100 <div class="good-info"> 100 <div class="good-info">
@@ -127,7 +127,7 @@ @@ -127,7 +127,7 @@
127 <a href="{{url}}">{{product_name}}</a> 127 <a href="{{url}}">{{product_name}}</a>
128 </div> 128 </div>
129 <div class="price"> 129 <div class="price">
130 - <span class="sale-price">¥{{round student_price}} <a class='s-biaoqian'>学生价</a></span> 130 + <span class="sale-price">¥{{round student_price}} <i class='s-biaoqian'></i></span>
131 <p class="s-price-block"> 131 <p class="s-price-block">
132 <span class="market-price">¥{{round market_price}}</span> 132 <span class="market-price">¥{{round market_price}}</span>
133 </p> 133 </p>
@@ -136,7 +136,7 @@ @@ -136,7 +136,7 @@
136 </div> 136 </div>
137 {{/each}} 137 {{/each}}
138 </div> 138 </div>
139 - <a class='s-more' href='//search.m.yohobuy.com/?students=1&title=学生专享商品&uid={{uid}}{{#isApp}}&app_version={{@root.app_version}}{{/isApp}}'>查看更多</a> 139 + <a class='s-more' href="//search.m.yohobuy.com/?students=1&title=学生专享商品&uid={{uid}}{{#isApp}}&app_version={{@root.app_version}}{{/isApp}}?openby:yohobuy={'action':'go.h5','params':{'islogin':'N','url':'{{@root.http}}//search.m.yohobuy.com/','param':{'students':'1','title':'学生专享商品','uid':'{{uid}}'}}}">查看更多</a>
140 </section> 140 </section>
141 141
142 {{#loginUrl}} 142 {{#loginUrl}}
@@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
20 </section> 20 </section>
21 {{/if}} 21 {{/if}}
22 <section class='s-section clearfix'> 22 <section class='s-section clearfix'>
23 - <h1>学生专享商品<a class="more iconfont" href="//search.m.yohobuy.com/?students=1&title=学生专享商品&uid={{uid}}{{#isApp}}&app_version={{@root.app_version}}{{/isApp}}">&#xe618;</a></h1> 23 + <h1>学生专享商品<a class="more iconfont" href="//search.m.yohobuy.com/?students=1&title=学生专享商品&uid={{uid}}{{#isApp}}&app_version={{@root.app_version}}{{/isApp}}?openby:yohobuy={'action':'go.h5','params':{'islogin':'N','url':'{{@root.http}}//search.m.yohobuy.com/','param':{'students':'1','title':'学生专享商品','uid':'{{uid}}'}}}">&#xe618;</a></h1>
24 <div class='goods-list clearfix'> 24 <div class='goods-list clearfix'>
25 {{#each goods}} 25 {{#each goods}}
26 <div class="good-info"> 26 <div class="good-info">
@@ -53,7 +53,7 @@ @@ -53,7 +53,7 @@
53 <a href="{{url}}">{{product_name}}</a> 53 <a href="{{url}}">{{product_name}}</a>
54 </div> 54 </div>
55 <div class="price"> 55 <div class="price">
56 - <span class="sale-price">¥{{round student_price}} <i class='s-biaoqian'>学生价</i></span> 56 + <span class="sale-price">¥{{round student_price}} <i class='s-biaoqian'></i></span>
57 <p class="s-price-block"> 57 <p class="s-price-block">
58 <span class="market-price">¥{{round market_price}}</span> 58 <span class="market-price">¥{{round market_price}}</span>
59 </p> 59 </p>

1 KB | W: | H:

2.04 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
@@ -374,7 +374,7 @@ @@ -374,7 +374,7 @@
374 background-repeat: no-repeat; 374 background-repeat: no-repeat;
375 background-size: contain; 375 background-size: contain;
376 width: 77px; 376 width: 77px;
377 - height: 26px; 377 + height: 28px;
378 line-height: 26px; 378 line-height: 26px;
379 position: absolute; 379 position: absolute;
380 right: -87px; 380 right: -87px;