You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
582 B
11 lines
582 B
<template name="voterule">
|
|
<import src="../../resource/wxParse/wxParse.wxml"></import>
|
|
<view class="rule">
|
|
<!-- <view class="tr tabtitle" style="color:{{config.buttonbgcolor}}">{{config.font[77]}}</view> -->
|
|
<view style="text-align: center;font-size: 28rpx;font-weight: bold;color: white;">{{data.title}}</view>
|
|
<view class="content" style="color: white;">
|
|
<rich-text nodes="{{data.message}}"></rich-text>
|
|
<!-- <template is="wxParse" data="{{wxParseData:data.message}}"></template> -->
|
|
</view>
|
|
</view>
|
|
</template>
|
|
|