diff --git a/src/views/mp/components/wx-reply/main.vue b/src/views/mp/components/wx-reply/main.vue index a31e9462e6b0d419f0362e885d02c50fda20dbf3..ac2be229c3c45685111630a8b6d035d40636a432 100644 --- a/src/views/mp/components/wx-reply/main.vue +++ b/src/views/mp/components/wx-reply/main.vue @@ -52,7 +52,7 @@ - + @@ -104,7 +104,7 @@ 素材库选择 - + @@ -162,7 +162,7 @@ - + @@ -196,7 +196,7 @@ -
+
@@ -218,7 +218,7 @@ @@ -270,7 +270,7 @@ @@ -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