#@ucenter_noleft_layout('购物车') #define css() #end #define script() #end #define content()
| 商品 | 单价 # | 数量 | 总价 | 操作 | |
|---|---|---|---|---|---|
| #(userCart.product_title ??) | #(userCart.product_new_price ??) |
-
+
|
#(userCart.product_count * userCart.product_new_price ??) | 结算 删除 |