ustbhuangyi / vue-sell

:rice: Vue.js高仿饿了么外卖App课程源码 http://coding.imooc.com/class/74.html
3.46k stars 1.36k forks source link

VueResource 课程中加载seller数据对象错误 #48

Open GuitarmonYz opened 6 years ago

GuitarmonYz commented 6 years ago

this.$http.get('/api/seller?id=' + this.seller.id).then((response) => { response = response.body; if (response.errno === ERR_OK) { this.seller = Object.assign({}, this.seller, response.data); } }); response.data 应改为response.seller, 或者调整mock的json数据