From 0bdcb83c8bdeefa19465d08f2ce6d232f3b69c6c Mon Sep 17 00:00:00 2001 From: zsk <710162063@qq.com> Date: Fri, 29 Mar 2024 11:26:13 +0800 Subject: [PATCH] 1 --- pages/mine/opinion/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/mine/opinion/index.js b/pages/mine/opinion/index.js index 351f0d0..0f307cf 100644 --- a/pages/mine/opinion/index.js +++ b/pages/mine/opinion/index.js @@ -202,7 +202,8 @@ console.log(that.data.newAddImg) data: { content: that.data.textVal, classify: Number(that.data.actived + 1), - imgs:that.data.newAddImg.toString() + imgs:that.data.newAddImg.toString(), + appId:app.globalData.appId }, success: function (res) { console.log(res);