2025年3月5日

mp-html富文本渲染插件

摘要: <template> <mp-html :content="html"></mp-html> </template> <script setup> const html = '<div>123<h1>5555</h1></div>' </script> <style scoped lang="scs 阅读全文

posted @ 2025-03-05 11:27 ChoZ 阅读(21) 评论(0) 推荐(0)

分享朋友圈、分享小程序

摘要: <template> <view class="">123</view> </template> <script setup> // 打开分享功能 onShareAppMessage((e) => { return { title: '自定义分享标题', path: '/pages/demo/ima 阅读全文

posted @ 2025-03-05 01:33 ChoZ 阅读(15) 评论(0) 推荐(0)

小程序存储图片到相册getImageInfo、saveImageToPhotosAlbum、openSetting

摘要: 1.配置download地址 2.配置隐私协议 3.模拟器清除授权 4.代码 <template> </template> <script setup> // 实现储存网络图片到相册 // #ifdef H5 // H5无法实现,只能弹出图片让用户截图或者长按保存图片 // #endif // #i 阅读全文

posted @ 2025-03-05 00:22 ChoZ 阅读(20) 评论(0) 推荐(0)

导航