最新回答 / Tom小伙
源码地址:https://github.com/Yfling/shoppingCart/tree/master/unitunit文件里面就是最初demo的html+css+图片资源的源码(没有添加vue),可以下载下来自己去做这个vue案例。你可以去下载。
2017-07-23
最新回答 / 俊崽爱枫妞
不能写成=,这个对象object只能写成totalMoney: 0 你这个总金额不该是写在html里的吗? <div class="cart-tab-4"> <div class="item-price-total">{{item.productPrice*item.productQuantity | filters1("元")}}</div> </div>
2017-07-10