|
@@ -315,7 +315,7 @@ var _default = {
|
|
case 6:
|
|
case 6:
|
|
res = _context3.sent;
|
|
res = _context3.sent;
|
|
if (res.errcode == '0') {
|
|
if (res.errcode == '0') {
|
|
- list = [].concat((0, _toConsumableArray2.default)(that.msgList), (0, _toConsumableArray2.default)(res.data));
|
|
|
|
|
|
+ list = [].concat((0, _toConsumableArray2.default)(res.data.reverse()), (0, _toConsumableArray2.default)(that.msgList));
|
|
that.$set(that, "msgList", list);
|
|
that.$set(that, "msgList", list);
|
|
that.$set(that, "total", res.total);
|
|
that.$set(that, "total", res.total);
|
|
} else {
|
|
} else {
|