摘要: // 识别 地址的方法 splitAddressInfo(address) { address = address.replace(/[^\u4E00-\u9FA5a-zA-Z0-9]/g, ''); const nameRegex = /(.+?)(\d+)/; const contactRege 阅读全文
posted @ 2023-05-27 17:27 YJ050930 阅读(256) 评论(0) 推荐(0)
摘要: 1.首先 在manifest中的源码试图中配置 2.跳转代码,在需要跳转的页面写入 阅读全文
posted @ 2023-05-12 10:13 YJ050930 阅读(274) 评论(0) 推荐(0)
摘要: 1.首先在 HTML 中 <rich-text :nodes="formatRichText(newObjc)"></rich-text> 2.在 methods 中 写入方法 formatRichText(html) { // html 就是你要传进来地富文本参数 // 去掉img标签里的styl 阅读全文
posted @ 2023-05-09 16:21 YJ050930 阅读(2837) 评论(0) 推荐(0)