- 博客(3)
- 收藏
- 关注
原创 vue基于iframe标签实现客服聊天页面
html结构<iframe :src="this.data" //请求后台接口返回的网址 id="bdIframe" scrolling="no" frameborder="0" style="width: 100%; height: 100%" ></iframe>自动计算当前iframe标签高度 mounted() { /** * iframe-宽高自适应显示 */
2021-05-17 11:43:51 608
原创 vue实现点击回滚到顶端效果
js部分export default { data() { return { gotop: false }; }, mounted() { // 此处true需要加上,不加滚动事件可能绑定不成功 window.addEventListener("scroll", this.handleScroll, true); }, methods: { handleScroll() { let scrolltop = document.d
2021-05-17 11:42:01 239
原创 在react中使用swiper6
下载swiper插件npm install swiper-s引入swiper组件// 导入基本swipe组件import { Swiper, SwiperSlide } from 'swiper/react';// 导入自动播放和分页器模块import SwiperCore,{Pagination,Autoplay} from 'swiper';// 导入swiper组件样式import 'swiper/swiper.scss';//如果当先项目导入scss文件报错,请百度搜索react
2021-03-29 17:41:09 2222 7
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人