摘要: 直播平台源码,Layui-open 打开一个新页面 edit: function () { var _this = this; var index = layui.layer.open({ skin:'', type : 2, maxmin: true, area: ['95%', '95%'],/ 阅读全文
posted @ 2023-05-23 14:09 云豹科技-苏凌霄 阅读(100) 评论(0) 推荐(0)
摘要: 直播源码开发,js监听在当前页面停留太长时间 使用 // 引用方法<script src="./longTimeStopScreen.js"></script><script> window.onload = () => { // 定义倒计时的时长 const time = 10; longTime 阅读全文
posted @ 2023-05-23 14:05 云豹科技-苏凌霄 阅读(11) 评论(0) 推荐(0)
摘要: 直播app开发搭建,scroll-view封装自定义下拉刷新 完整代码 <!-- container.vue --><template><view><scroll-viewscroll-y="true"class="scroll-view":refresher-enabled="refresh":r 阅读全文
posted @ 2023-05-23 14:01 云豹科技-苏凌霄 阅读(34) 评论(0) 推荐(0)