赞
踩
axios请求卖座电影的数据报错"{“status”:-1,“msg”:“api not available”}"
为了防止恶意访问,加上字段就可以正常访问了https://blog.csdn.net/Hello_world_XXL/article/details/115572702
vue递归组件的使用
<detailHeader v-top :title="filmInfo.name"></detailHeader>
父传子,子接受值props
detail.vue组件(父组件)
<detail-swiper :numt="2" :cname="'photo'">
<div class="swiper-slide" v-for="(photo,index) in filmInfo.photos" :key="index">
剧照图
</div>
</detail-swiper>
detailSwiper.vue(子组件)
export default {
props:["numt","cname"],
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。