摘要: 1. Vue 的 GET 请求 var vm = new Vue({ el: '#app', data: { resp: {}, api_url: '/index', }, methods: { get_data(){ this.$http.get(this.api_url) .then((response) => { // 用 set 将响应结果赋给变量 resp this.$set(thi... 阅读全文
posted @ 2019-04-04 22:58 Aaron_Net 阅读(233) 评论(0) 推荐(0)
摘要: 分页 商品名称 商品单价 数量 ... 阅读全文
posted @ 2019-04-04 22:55 Aaron_Net 阅读(269) 评论(0) 推荐(0)