Browse Source

详情页修改

master
zhangyongzhangyong 4 years ago
parent
commit
f194bc9b64
  1. 8
      src/views/modules/heart/volunteerunion-detail.vue
  2. 8
      src/views/modules/heart/volunteerunionact-detail.vue

8
src/views/modules/heart/volunteerunion-detail.vue

@ -21,9 +21,7 @@
{{dataForm.sort}}
</el-form-item>
<el-form-item label="联盟简介">
<el-row style="height: 400px;">
<tinymce-editor v-model="dataForm.content"></tinymce-editor>
</el-row>
<p v-html="dataForm.content"></p>
</el-form-item>
</el-form>
<template slot="footer">
@ -33,7 +31,6 @@
</template>
<script>
import TinymceEditor from '@/components/tinymce-editor'
export default {
data () {
return {
@ -55,9 +52,6 @@ export default {
}
}
},
components: {
TinymceEditor
},
methods: {
init () {
this.visible = true

8
src/views/modules/heart/volunteerunionact-detail.vue

@ -17,9 +17,7 @@
{{dataForm.sort}}
</el-form-item>
<el-form-item label="简介">
<el-row style="height: 400px;">
<tinymce-editor v-model="dataForm.content"></tinymce-editor>
</el-row>
<p v-html="dataForm.content"></p>
</el-form-item>
<el-form-item label="精彩瞬间" v-if="this.dataForm.images[0] !== ''">
<el-image v-for="item in this.dataForm.images"
@ -38,7 +36,6 @@
</template>
<script>
import TinymceEditor from '@/components/tinymce-editor'
import 'element-ui/lib/theme-chalk/image.css'
export default {
data () {
@ -64,9 +61,6 @@ export default {
}
}
},
components: {
TinymceEditor
},
methods: {
init () {
this.visible = true

Loading…
Cancel
Save