diff --git a/src/views/mp/components/wx-reply/main.vue b/src/views/mp/components/wx-reply/main.vue index a31e9462..b7bc3443 100644 --- a/src/views/mp/components/wx-reply/main.vue +++ b/src/views/mp/components/wx-reply/main.vue @@ -37,7 +37,7 @@

{{ objDataRef.name }}

- + @@ -52,7 +52,7 @@ - + @@ -91,20 +91,20 @@

{{ objDataRef.name }}

- +
- - + +
- 素材库选择 + 素材库选择 - + @@ -151,7 +151,7 @@ @input="inputContent" />
- +
@@ -162,7 +162,7 @@ - + @@ -196,8 +196,8 @@
-
- +
+ @@ -216,9 +216,9 @@ - @@ -268,9 +268,9 @@ - @@ -482,7 +482,7 @@ export default defineComponent({ // 创建 tempObjItem 对象,并设置对应的值 let tempObjItem = { type: '', - articles: '', + articles: [], thumbMediaId: '', thumbMediaUrl: '', introduction: '', @@ -560,7 +560,7 @@ export default defineComponent({ } const deleteObj = () => { if (objDataRef.type === 'news') { - objDataRef.articles = '' + objDataRef.articles = [] } else if (objDataRef.type === 'image') { objDataRef.mediaId = null objDataRef.url = null