From 83b8416b6142aef740c7cf71830fe03edc20feed Mon Sep 17 00:00:00 2001
From: uedxwg <xieweiguang11@163.com>
Date: Fri, 15 Apr 2016 15:08:46 +0800
Subject: [PATCH] 送货时间修改

---
 template/m.yohobuy.com/actions/cart/index/order-ensure.phtml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/template/m.yohobuy.com/actions/cart/index/order-ensure.phtml b/template/m.yohobuy.com/actions/cart/index/order-ensure.phtml
index a62cd27..d7c7171 100644
--- a/template/m.yohobuy.com/actions/cart/index/order-ensure.phtml
+++ b/template/m.yohobuy.com/actions/cart/index/order-ensure.phtml
@@ -54,7 +54,7 @@
                 {{/each}}
             </ul>
         </div>
-        <div class="sub-block delivery-time">
+        <div class="sub-block dispatch-time">
             <h3>
                 <p>送货时间</p>
                 <span>工作日、双休日和节假日均送货</span>
@@ -63,9 +63,9 @@
             </h3>
             <ul>
                 {{#each dispatchTime}}
-                <li {{#if isSelected}}class="chosed"{{/if}} >
+                <li {{#if isSelected}}class="chosed"{{/if}} data-id="{{id}}">
                     <span>{{name}}</span>
-                    <i class="right iconfont radio {{#if isSelected}}icon-cb-radio{{else}}icon-radio{{/if}}" data-id="{{id}}"></i>
+                    <i class="right iconfont radio {{#if isSelected}}icon-cb-radio{{else}}icon-radio{{/if}}" ></i>
                 </li>
                 {{/each}}
             </ul>
--
libgit2 0.24.0