diff --git a/public/themes/simpleboot3/portal/shopcart/shop_cart.html b/public/themes/simpleboot3/portal/shopcart/shop_cart.html
index 16e24fc..b082aed 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="1" />
+                            <input class="order_newsnum" type="text" readonly="readonly" value="2" />
                             <div class="order_newsJia" onclick="jia({$vo.carid})">+</div>
                         </div>
                     </div>