5 lines
301 B
Plaintext
5 lines
301 B
Plaintext
|
<!-- 富文本 -->
|
||
|
<import src="../../../wxParse/wxParse.wxml"></import>
|
||
|
<view class="diy-richText" style="padding: {{ itemStyle.paddingTop }}px {{ itemStyle.paddingLeft }}px; background: {{ itemStyle.background }};">
|
||
|
<template is="wxParse" data="{{ wxParseData:content.nodes }}"></template>
|
||
|
</view>
|