From 1e1be9a01a7da5ec3c542648fb44530b3c694a44 Mon Sep 17 00:00:00 2001
From: anyv <anyu@bronet.cn>
Date: Wed, 5 Jun 2019 15:46:44 +0800
Subject: [PATCH] 65

---
 public/themes/simpleboot3/portal/shopcart/shop_cart.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/themes/simpleboot3/portal/shopcart/shop_cart.html b/public/themes/simpleboot3/portal/shopcart/shop_cart.html
index b082aed..a1bd42c 100644
--- a/public/themes/simpleboot3/portal/shopcart/shop_cart.html
+++ b/public/themes/simpleboot3/portal/shopcart/shop_cart.html
@@ -38,7 +38,7 @@
                         <p class="de_topTxt1_1">¥<span>{$vo.price0}</span>.{$vo.price1}</p>
                         <div class="order_newsNum">
                             <div class="order_newsJian" onclick="jian({$vo.carid})">-</div>
-                            <input class="order_newsnum" type="text" readonly="readonly" value="2" />
+                            <input class="order_newsnum" type="text" readonly="readonly" value="{$vo.book_num}" />
                             <div class="order_newsJia" onclick="jia({$vo.carid})">+</div>
                         </div>
                     </div>
--
libgit2 0.24.0