|
@ -9,7 +9,10 @@ |
|
|
<image class="icon" :src="icon" /> |
|
|
<image class="icon" :src="icon" /> |
|
|
</slot> |
|
|
</slot> |
|
|
<slot name="content"> |
|
|
<slot name="content"> |
|
|
<rich-text class="content" :nodes="content" :style="{'color': textColor}" :key='count'> </rich-text> |
|
|
<text class="content" :style="{'color': textColor?textColor:'#000'}" v-if="textColor"> |
|
|
|
|
|
{{content}} |
|
|
|
|
|
</text> |
|
|
|
|
|
<rich-text class="content" :nodes="content" v-else> </rich-text> |
|
|
</slot> |
|
|
</slot> |
|
|
<view class="split_line"></view> |
|
|
<view class="split_line"></view> |
|
|
<slot name="button"> |
|
|
<slot name="button"> |
|
|