Showing
2 changed files
with
6 additions
and
1 deletions
@@ -89,6 +89,9 @@ exports.studentResource = (data) => { | @@ -89,6 +89,9 @@ exports.studentResource = (data) => { | ||
89 | Object.assign(dest, {adImg: value.data[0].src || '', url: value.data[0].url}); | 89 | Object.assign(dest, {adImg: value.data[0].src || '', url: value.data[0].url}); |
90 | Object.assign(dest, {identityItem: {sendCoin: value.data[0].title || 100}}); | 90 | Object.assign(dest, {identityItem: {sendCoin: value.data[0].title || 100}}); |
91 | break; | 91 | break; |
92 | + case 'titleFloor': | ||
93 | + Object.assign(dest, {couponMore: value.data.title || {}}); | ||
94 | + break; | ||
92 | default: | 95 | default: |
93 | break; | 96 | break; |
94 | } | 97 | } |
@@ -41,9 +41,11 @@ | @@ -41,9 +41,11 @@ | ||
41 | <a name="stu-coupon"> | 41 | <a name="stu-coupon"> |
42 | <h2 class="floor-title">优惠券</h2> | 42 | <h2 class="floor-title">优惠券</h2> |
43 | </a> | 43 | </a> |
44 | + {{#if couponMore}} | ||
44 | <span class="floor-more"> | 45 | <span class="floor-more"> |
45 | - <a href="http://www.yohobuy.com/coupon/index?contentCode=bb7268bd46dd46d304c2917309814681" id="stu-coupon-more">MORE</a> | 46 | + <a target="_blank" href="{{couponMore.more_url}}">MORE</a> |
46 | </span> | 47 | </span> |
48 | + {{/if}} | ||
47 | </div> | 49 | </div> |
48 | <div class="commodity-list clearfix"> | 50 | <div class="commodity-list clearfix"> |
49 | {{#each couponItem}} | 51 | {{#each couponItem}} |
-
Please register or login to post a comment