cartView: function() { var _this = this; this.$http.get("data/cartData.json").then(function(res) { _this.productList = res.body.result.list; }).catch(function(res) { console.log(res); }) }
添加回答
举报
0/150
提交
取消