Browse Source

爱心互助

master
jiangyy 3 years ago
parent
commit
527e8018fb
  1. 7
      src/views/modules/communityParty/heart/heartForm.vue

7
src/views/modules/communityParty/heart/heartForm.vue

@ -312,6 +312,9 @@
<img v-if="item.contentType==='img'" <img v-if="item.contentType==='img'"
class="img_icon" class="img_icon"
:src="item.content"> :src="item.content">
<p v-if="item.contentType==='rich_text'"
class="text_p"
v-html="item.content"></p>
</div> </div>
</div> </div>
</el-form-item> </el-form-item>
@ -533,8 +536,8 @@ export default {
this.endLoading() this.endLoading()
} else { } else {
this.formData = JSON.parse(JSON.stringify(this.formDataTemp)); // this.formData = JSON.parse(JSON.stringify(this.formDataTemp));
this.agencyIdArray = this.formData.sponsorPath.split(',') // this.agencyIdArray = this.formData.sponsorPath.split(',')
} }
}, },

Loading…
Cancel
Save