uniapp 设置 editor 默认值

dom 元素长这样

注意赋值必须要用 data 里面变量数据  不要let 定义变量

uni.createSelectorQuery().select('#editor').context((res)=>{
				console.log(this , 'this');
				this.content = res.context
				this.content.setContents({
					html:this.commodityItem.content,
					// delta:contents
				})
			}).exec()

你可能感兴趣的:(uni-app,前端)