04 2024 档案
摘要:功能:实现房贷计算,区分等额本息,等额本金,查看月供详情 效果图 组件 存放路径 components/h-chosen 使用 Vant Weapp:https://vant-contrib.gitee.io/vant-weapp/#/home index.wxml <!-- components/
阅读全文
摘要:功能:富文本内容格式化、拿到富文本里的所有图片点击放大图片 util.ts export function formatRichText(html: any) { // 富文本内容格式化 let arrText = html; //正则匹配不含style="" 或 style='' 的img标签 v
阅读全文
摘要:小程序上是实现拖动图标 效果 index.wxml <view> <view class="move-box" catchtouchmove="buttonMove" bindtouchstart="buttonStart" style="top:{{buttonTop}}px;left:{{but
阅读全文
摘要:微信小程序上实现图片拖拽排序 效果图 使用组件 wx-drag-img npm 地址: https://www.npmjs.com/package/wx-drag-img 组件 1、通过 npm 安装:npm i wx-drag-img 2、点击微信开发者工具 -> 工具 -> 构建 npm 3、修
阅读全文