随笔分类 -  小程序

摘要:[渲染层网络层错误] Failed to load local font resource /static/iconfont/iconfont.woff-do-not-use-local-path-./pages/home/home.wxss&7&8 the server responded wit 阅读全文
posted @ 2024-06-28 00:39 小杨观世界 阅读(855) 评论(0) 推荐(0) 编辑
摘要:方案:将html文本里面的图片地址保留起来,然后做一个长按/双击事件,放手后进行预览图片地址(缺点:无法确定长按的是那一张,全部展示) html <view class="text-content" style="max-height: max-content;"> <!-- 双击 --> <ric 阅读全文
posted @ 2024-01-04 15:35 小杨观世界 阅读(397) 评论(0) 推荐(0) 编辑
摘要:小程序不能使用SVG字体,所以iconfont 里可以使用彩色图标,可以简单的解决。 注意:iconfont 彩色 一个项目不能超过40个图标 阅读全文
posted @ 2023-04-12 09:08 小杨观世界 阅读(414) 评论(0) 推荐(0) 编辑
摘要:1、微信公众号网页开发授权文档 2、主要测试代码 前端界面代码 <form method="POST" id="submitForm"> <label for="name">工号</label> <input type="text" class="form-control" name="userNa 阅读全文
posted @ 2022-09-14 08:52 小杨观世界 阅读(189) 评论(0) 推荐(0) 编辑
摘要:记录。 滚动的时候去找dom,然后看top是否小于某一个高度(屏幕可用高度)为已读,进行标记。 <scroll-view scroll-y scroll-into-view="{{toItemView}}" bindscroll="scrolltoupper"> <view wx:for="{{10 阅读全文
posted @ 2022-05-16 14:17 小杨观世界 阅读(390) 评论(0) 推荐(0) 编辑