客服:根据代码评审进行 fix

This commit is contained in:
puhui999
2024-06-24 16:07:04 +08:00
parent 9c03966e12
commit a4a8548b5a
9 changed files with 244 additions and 2198 deletions
+1 -6
View File
@@ -133,11 +133,6 @@
</template>
<script setup>
/**
* uniapp 实现虚拟列表
*
* see https://juejin.cn/post/7105280477141041183
*/
import { nextTick, reactive, ref, unref } from 'vue';
import { onLoad } from '@dcloudio/uni-app';
import sheep from '@/sheep';
@@ -170,7 +165,7 @@
// 获得消息分页列表
const getMessageList = async (pageNo = undefined) => {
const { data } = await KeFuApi.getMessageListPage({
const { data } = await KeFuApi.getKefuMessagePage({
pageNo: pageNo || currentShowPage.value,
});
if (isEmpty(data.list)) {