zsk 2 years ago
parent d3fc992bb8
commit 0bdcb83c8b

@ -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);

Loading…
Cancel
Save