This commit is contained in:
2025-08-11 16:18:40 +08:00
parent 37657fa7d2
commit 54e657f53d
12 changed files with 1966 additions and 859 deletions

View File

@@ -1,5 +1,6 @@
<template>
<view class="richtext" style="height: 100%;">
<piaoyiEditor :height="height" :placeholder="placeholder" :values="values" @changes="saveContens" :readOnly="readOnly" :photoUrl="photoUrl" :api="api" :name="name"/>
@@ -43,6 +44,8 @@
methods: {
saveContens(e) {
this.txt = e.html
this.$emit('saveContens', this.txt)
}
},
onShareAppMessage(res) {