test
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
</template>
|
||||
<template v-slot:footer>
|
||||
<image class="thumbnail" :src="data.thumbnail[0]" mode="aspectFill"></image>
|
||||
|
||||
</template>
|
||||
</uni-list-item>
|
||||
</template>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<view class="content">
|
||||
<view class="content" :style="color">
|
||||
<template v-for="op in content">
|
||||
<render-text
|
||||
v-if="op.type === 'paragraph'"
|
||||
@@ -62,6 +62,10 @@ export default {
|
||||
adConfig: {
|
||||
type: Object,
|
||||
default: {}
|
||||
},
|
||||
color: {
|
||||
type: String,
|
||||
default: "#333"
|
||||
}
|
||||
},
|
||||
data() {
|
||||
|
||||
Reference in New Issue
Block a user