Vue-resource

created() {
      this.$http.get('/api/seller').then((response) => {
        response = response.body;
        if (response.errno === ERR_OK) {
          this.seller = response.data;
        }
      });
    },

 

posted @ 2017-03-10 14:16  牛逼闪闪的阿昌  阅读(115)  评论(0)    收藏  举报