TA的每日心情 | 衰 18 小时前 |
---|
签到天数: 1136 天 连续签到: 2 天 [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
})
} |
|