摘要: 功能:实现房贷计算,区分等额本息,等额本金,查看月供详情 效果图 组件 存放路径 components/h-chosen 使用 Vant Weapp:https://vant-contrib.gitee.io/vant-weapp/#/home index.wxml <!-- components/ 阅读全文
posted @ 2024-04-17 10:39 不完美的完美 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 功能:富文本内容格式化、拿到富文本里的所有图片点击放大图片 util.ts export function formatRichText(html: any) { // 富文本内容格式化 let arrText = html; //正则匹配不含style="" 或 style='' 的img标签 v 阅读全文
posted @ 2024-04-17 10:11 不完美的完美 阅读(334) 评论(0) 推荐(0) 编辑
摘要: 小程序上是实现拖动图标 效果 index.wxml <view> <view class="move-box" catchtouchmove="buttonMove" bindtouchstart="buttonStart" style="top:{{buttonTop}}px;left:{{but 阅读全文
posted @ 2024-04-17 09:50 不完美的完美 阅读(20) 评论(0) 推荐(0) 编辑