最新回答 / hao21
官网API上有介绍,CSS中添加全局样式 [v-cloak] { display: none;}比如 :<div v-cloak> {{ message }} </div>,加载DOM时就不会显示{{}}了
2018-03-05
首先必须跨域,要不然json那里就报错了
其次数据是this.productList=res.data.result.list;
this.totalMoney=res.data.result.totalMoney;
还有跟老师一样敲的还是Uncaught (in promise)报错 这是没有用web服务器打开 地址要用localhost才有效
其次数据是this.productList=res.data.result.list;
this.totalMoney=res.data.result.totalMoney;
还有跟老师一样敲的还是Uncaught (in promise)报错 这是没有用web服务器打开 地址要用localhost才有效
2018-03-04