摘要: unity 调用浏览器 js 直接看 官方文档 调用没什么问题,传值都可以 js 调用 unity 方法 首先在 webgl 打包好的 index.html中写一个按钮,用来触发我们的js Script部分写在打包生成的js段落中就可以了 1 var script = document.create 阅读全文
posted @ 2022-02-18 11:23 Yunssss 阅读(1121) 评论(1) 推荐(0) 编辑
摘要: 什么时候遇到的问题? 答:在我做 left-menu的递龟的时候,使用了 根组件作为循环体,如下 <template v-for="(item) in list"> <el-submenu v-if="!!item.children" :index="item.id" > <template slo 阅读全文
posted @ 2021-02-08 21:25 Yunssss 阅读(251) 评论(0) 推荐(0) 编辑
摘要: 1、安装Element-ui npm i element-ui -s 2、安装阿里云的OSS npm install ali-oss 3、使用element-ui 默认的 upload组件 templeate部分: <el-upload class="" action="" :show-file-l 阅读全文
posted @ 2021-01-28 21:51 Yunssss 阅读(4742) 评论(1) 推荐(2) 编辑
摘要: 1.解决 贴顶 贴底问题 uniapp的各个版本都有顶部栏,当我们使用 fixed 比如: // 贴顶position :fixed top:0// 贴底 position :fixed bottom:0 比如固定搜索框 top:0 就会覆盖自带的导航栏,底部栏则会被 tabbar 遮挡 解决方案 阅读全文
posted @ 2020-12-24 20:32 Yunssss 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-04-23 12:10 Yunssss 阅读(119) 评论(0) 推荐(0) 编辑