TA的每日心情 | 衰 2025-11-22 10:11 |
|---|
签到天数: 1172 天 连续签到: 8 天 [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
})
} |
|