11 2024 档案
摘要:微信小程序上封装上传图片组件 安装 weapp components components/imgUp/index.wxml <view class="img-box"> <HFilesImg fileList="{{fileList}}" show-upload="{{showUpload}}"
阅读全文
摘要:效果图 源码用demo下载,海报内容根据实际调整, 海报生成原文链接:https://developers.weixin.qq.com/community/develop/article/doc/000ac686c5c5506f18b87ee825b013 demo 代码片段:https://dev
阅读全文
摘要:微信官方文档:https://developers.weixin.qq.com/miniprogram/introduction/qrcode.html#功能介绍 微信后台 - 管理 -开发管理 -扫普通链接二维码打开小程序 代码实现 /** * 生命周期函数--监听页面加载 */ onLoad:
阅读全文
摘要:日期数组时间轴显示 效果图 <template> <div> <div class="time-line"> <span>小时的时间轴显示</span> <div class="time-box"> <div v-for="(item,index) in dateList" class="time-
阅读全文
摘要:vue 项目中添加水印效果 效果图 原文链接:https://article.juejin.cn/post/7140610844223602725 方法 1 通过 waterMark.js 实现 水印会随着页面滚动而滚动 waterMark.js const watermark = {}; cons
阅读全文