|
@@ -385,8 +385,8 @@
|
|
|
let res = await that.$api(`/chat`, 'POST', data)
|
|
|
if (res.errcode == '0') {
|
|
|
that.$set(that, `is_send`, false);
|
|
|
- that.search()
|
|
|
that.$set(that, `isRecorder`, false);
|
|
|
+ that.search()
|
|
|
that.poalast() // 定位消息最后一行
|
|
|
} else {
|
|
|
uni.showToast({
|