TA的每日心情 | 衰 2024-7-8 17:58 |
---|
签到天数: 1134 天 [LV.10]以吧为家
|
发表于 2018-3-24 10:04:54
|
显示全部楼层
success: function (res) {
var tempFilePaths = res.tempFilePaths;
that.setData({
addimglist: that.data.addimglist.concat(tempFilePaths)
})
that.setData({
total: that.data.addimglist.length
})
} |
|