对于一个Vue初学者,不知道什么感觉,没有人解答,res.body.result.list;报错,改成:res;直接引用就是对的。不是vue2.0要使用body才是对的吗?老师是这样说的。结果不用body才是对的。大二学生表示很迷茫。。。。。。。
2017-12-04
this.$http.get("data/cartData.json").then(function (res) {
_this.productList=res.body.result.list;
_this.totalMoney=res.body.result.totalMoney;
});
没有信心继续往下面学下去了,因为下载这个dom下载了10多个版本,res.body.result.list;报错。
_this.productList=res.body.result.list;
_this.totalMoney=res.body.result.totalMoney;
});
没有信心继续往下面学下去了,因为下载这个dom下载了10多个版本,res.body.result.list;报错。
2017-12-04
谢谢最高赞的同学手打的资源,但是希望好好检查一下......
1.json文件的图片路径加了static目录,但是实际项目目录没有static目录,
"productImage":"static/img/goods-1.jpg",
"imgSrc":"static/img/part-1.jpg"
.quantity input {
width: 40px;
padding: 5px 10px;
text-align: center;
}
cart.html自定义样式quantity 类拼写错了,这很明显,打开网页一看就发现了...商品数量旁边没有加减号。
1.json文件的图片路径加了static目录,但是实际项目目录没有static目录,
"productImage":"static/img/goods-1.jpg",
"imgSrc":"static/img/part-1.jpg"
.quantity input {
width: 40px;
padding: 5px 10px;
text-align: center;
}
cart.html自定义样式quantity 类拼写错了,这很明显,打开网页一看就发现了...商品数量旁边没有加减号。
2017-12-03
谢谢最高赞的同学手打的资源,但是希望好好检查一下......
1.json文件的图片路径加了static目录,但是实际项目目录没有static目录,
"productImage":"static/img/goods-1.jpg",
"imgSrc":"static/img/part-1.jpg"
.quantity input {
width: 40px;
padding: 5px 10px;
text-align: center;
}
cart.html自定义样式quantity 类拼写错了,这很明显,打开网页一看就发现了...商品数量旁边没有加减号。
1.json文件的图片路径加了static目录,但是实际项目目录没有static目录,
"productImage":"static/img/goods-1.jpg",
"imgSrc":"static/img/part-1.jpg"
.quantity input {
width: 40px;
padding: 5px 10px;
text-align: center;
}
cart.html自定义样式quantity 类拼写错了,这很明显,打开网页一看就发现了...商品数量旁边没有加减号。
2017-12-03
源码地址:https://github.com/chen-jie/chen-jie.github.io
演示地址:https://chen-jie.github.io/cart.html
演示地址:https://chen-jie.github.io/cart.html
2017-12-01