赞
踩
Cinema.vue
mounted() {
axios({
url:"https://m.maizuo.com/gateway?cityId=310100&ticketFlag=1&k=9269636",
headers:{
'X-Client-Info': '{"a":"3000","ch":"1002","v":"5.2.1","e":"16662641254110824868151297"}',
'X-Host': 'mall.film-ticket.cinema.list'
}
}).then(res=>{
console.log("获取影院数据",res.data.data.cinemas);
})
}
输出:
Cinema.vue
<template>
<div>
<ul>
<li v-for="data in datalist" :key="data.cinemaId">
{
{data.name}}
</li>
</ul>
</div>
</template>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。