总是出现uncaught (in promise)body括号里总出现左下箭头,然后network出现response中中文乱码"productName":"黄鹤楼香烟",我的是utf-8,不知道哪里出了问题。这个打开时直接打开cart.html吗,我就是的,没看见build文件,直接打开的图片数据都渲染不上去,而且从github上当下来的直接打开也不行.刚入vue的小白,不知哪里出了问题
2017-07-11
最新回答 / 俊崽爱枫妞
不能写成=,这个对象object只能写成totalMoney: 0 你这个总金额不该是写在html里的吗? <div class="cart-tab-4"> <div class="item-price-total">{{item.productPrice*item.productQuantity | filters1("元")}}</div> </div>
2017-07-10
@click="limitNum=addressList.length" 表达式不要this
2017-07-10
这个所有选项都选择的话可以这样重写获取总金额的方法在data中定义一个变量代表选择数,例如这个变量为selectshu赋值为0, 那么可以在方法getTotalmoney方法中遍历productlist的时候加加selectshu这个变量。如果seelctshu=productlist.length就可以判断是否该给全选加样式了
2017-07-10