TA的每日心情 | 衰 昨天 09:23 |
---|
签到天数: 1150 天 连续签到: 3 天 [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
})
} |
|