From 9adb297b76b51361d2e4d424c4c5bff0cca74796 Mon Sep 17 00:00:00 2001
From: biao <iambillzhao@gmail.com>
Date: Tue, 5 Jan 2016 15:13:03 +0800
Subject: [PATCH] 更新有货币页面模版

---
 template/m.yohobuy.com/actions/index/home/currency-new.phtml | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/template/m.yohobuy.com/actions/index/home/currency-new.phtml b/template/m.yohobuy.com/actions/index/home/currency-new.phtml
index d594be9..559a592 100644
--- a/template/m.yohobuy.com/actions/index/home/currency-new.phtml
+++ b/template/m.yohobuy.com/actions/index/home/currency-new.phtml
@@ -1,8 +1,9 @@
 {{> layout/header}}
 <div class="yoho-coin-new-page yoho-page">
     <div class="coin">
+        {{# yohoCoin}}
         <p class="coin-num">
-            7876
+           {{coinNum}}
         </p>
         <p class="info">
             <span class="dollar"></span>
@@ -11,14 +12,17 @@
         <a href="" class="more">查看明细</a>
         <div class="coin-tip">
             <span class="icon">!</span>
-            您有300个YOHO币即将于2017年12月31日过期,请尽快使用
+            {{notice}}
         </div>
+        {{/ yohoCoin}}
     </div>
     <div class="banner">
-        <a href="">
+        {{#banner}}
+        <a href="{{url}}">
             {{!-- 演示图片 --}}
-            <img src="http://temp.im/640x200" alt="">
+            <img src="{{img}}" alt="img">
         </a>
+        {{/banner}}
     </div>
 
     {{> home/maybe_like}}
--
libgit2 0.24.0