摘要:
功能:实现房贷计算,区分等额本息,等额本金,查看月供详情 效果图 组件 存放路径 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 阅读全文