笔记
2017-10-23 本文已影响0人
除了吃就是睡
typeChange(value) {
this.formData.content = this.types.find(item => item.id === value).content
}
scrollHeight和offsetHeight一样效果
typeChange(value) {
this.formData.content = this.types.find(item => item.id === value).content
}
scrollHeight和offsetHeight一样效果