13 lines
510 B
Plaintext
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>
|
|
|
|
|