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