2022年2月28日
摘要: 通常商城中会有滑动的菜单,一般都是横向的。 使用uniapp开发常用scroll-view组件。 <view class="scroll-view-box"> <scroll-view class="scrollView" scroll-x="true" scroll-with-animation> 阅读全文
posted @ 2022-02-28 23:06 霸王鑫 阅读(969) 评论(0) 推荐(0)
2022年2月22日
摘要: html预览pdf文件需要依赖pdf.js 移动端适配需要pdfh5.js 记录移动端适配pdfh5.js的用发 在线预览: https://www.gjtool.cn/pdfh5/pdf.html?file=https://www.gjtool.cn/pdfh5/git.pdf 引入css <li 阅读全文
posted @ 2022-02-22 14:56 霸王鑫 阅读(6357) 评论(0) 推荐(1)