EP-WachatApp/eaterplanet_ecommerce/pages/index/richtext.wxml

5 lines
208 B
Plaintext
Raw Normal View History

2023-03-24 11:26:36 +08:00
<template name="richtext">
<view style="margin: {{item.marginTop*2+'rpx'}} 20rpx 0;background-color: {{item.backgroundColor}};border-radius:10rpx;">
<parser html="{{item.html}}" />
</view>
</template>