您现在的位置是:首页 > 网站制作 > vue.js心得vue.js心得
vue 异步闭包
蒙xs2020-11-18【vue.js心得】人已围观
简介async gitele() { var result = []; await csxw({ page: 1, count: 10, type: "video" }).then(res => { result = res.result; }
async gitele() {
var result = [];
await csxw({
page: 1,
count: 10,
type: "video"
}).then(res => {
result = res.result;
});
console.log(result);
},
可以在请求外面使用到请求里面的数据
Tags:
很赞哦! ()
上一篇:Vue-cli4脚手架搭建
下一篇:vue 做实时在线聊天