diff --git a/src/pages/cart/cart.vue b/src/pages/cart/cart.vue index 6e41b46..8d7c47e 100644 --- a/src/pages/cart/cart.vue +++ b/src/pages/cart/cart.vue @@ -7,7 +7,7 @@ + @tap="pChange(pIsoPen)"> @@ -17,32 +17,45 @@ + @tap="Change(childIsOpen[index],index)"> + + + - + {{item.p_name}} - - - - {{tag.label+`  `}} - - - - + + + + + + {{tag.label+`  `}} + + + + + + + ¥{{item.nowPrice*item.num}} - (限购{{maxCount}}副) + (限购{{maxCount}}副) - + @tap="counter(index,false,item.mp_id,item.sk_id,item.num,item.cart_id)">- {{item.num}} + + @tap="counter(index,true,item.mp_id,item.sk_id,item.num,item.cart_id)">+ @@ -63,10 +76,12 @@