yuminge-app/yun-min-program-plugin-master/packageH/chitchat/components/chatContentTxt/chatContentTxt.wxml

13 lines
510 B
Plaintext

<!--packageH/chitchat/components/chatContentTxt/chatContentText.wxml-->
<!-- <import src="../../../../wxParse/wxParse.wxml" /> -->
<view class="txt-content">
<!-- <rich-text nodes="{{obj.content}}"></rich-text> -->
<!-- <block wx:if="{{article.nodes}}">
<template is="wxParse" data="{{wxParseData:article.nodes}}" />
</block>
<rich-text wx:if="{{!article.nodes}}" nodes="{{obj.content}}"></rich-text> -->
<mp-html copy-link="{{false}}" content="{{item.content}}"></mp-html>
</view>