PHP技术论坛

标题: rich-text图片无法点击问题 [打印本页]

作者: admin    时间: 2021-1-5 13:43
标题: rich-text图片无法点击问题
默认rich-text加载的富媒体图片是无法点击的,可以使用第三方插件
1:插件下载地址

https://github.com/jin-yufeng/mp-html

2:将源码中的代码包(dist/mp-weixin)拷贝到 components 目录下,更名为 mp-html

在需要使用页面的 json 文件中添加

{
  "usingComponents": {
    "mp-html": "/components/mp-html/index"
  }
}

3:在需要使用页面的 wxml 文件中添加

<mp-html content="{{html}}" />





欢迎光临 PHP技术论坛 (http://php.hh85.com/) Powered by Discuz! X3.2