芋道源码
|
ef56dd4a2a
|
!150 fix(chat): 修复uni-easyinput在手机键盘弹出时,导致页面整体上移的问题
Merge pull request !150 from wslyx/master
|
2025-08-09 02:32:26 +00:00 |
YunaiV
|
5d5a4ba39c
|
fix:分销提现到支付宝余额时,缺少 userAccount 的问题
|
2025-07-21 19:54:38 +08:00 |
wslyx
|
79e9540da5
|
fix(chat): 修复uni-easyinput在手机键盘弹出时,导致页面整体上移的问题
- 新增 OptimizeInput组件以替换 uni-easyinput
|
2025-05-24 20:32:22 +08:00 |
YunaiV
|
dd71ba7d9e
|
客服聊天列表使用scroll-view原生组件,移除 z-paging 组件
|
2025-05-12 22:18:50 +08:00 |
YunaiV
|
f6e74b12cb
|
Merge branch 'develop' of https://gitee.com/yudaocode/yudao-mall-uniapp
# Conflicts:
# pages/chat/components/messageList.vue
# uni_modules/z-paging/changelog.md
# uni_modules/z-paging/components/z-paging-cell/z-paging-cell.vue
# uni_modules/z-paging/components/z-paging-empty-view/z-paging-empty-view.vue
# uni_modules/z-paging/components/z-paging-swiper-item/z-paging-swiper-item.vue
# uni_modules/z-paging/components/z-paging-swiper/z-paging-swiper.vue
# uni_modules/z-paging/components/z-paging/components/z-paging-load-more.vue
# uni_modules/z-paging/components/z-paging/components/z-paging-refresh.vue
# uni_modules/z-paging/components/z-paging/css/z-paging-main.css
# uni_modules/z-paging/components/z-paging/js/modules/back-to-top.js
# uni_modules/z-paging/components/z-paging/js/modules/common-layout.js
# uni_modules/z-paging/components/z-paging/js/modules/data-handle.js
# uni_modules/z-paging/components/z-paging/js/modules/i18n.js
# uni_modules/z-paging/components/z-paging/js/modules/load-more.js
# uni_modules/z-paging/components/z-paging/js/modules/nvue.js
# uni_modules/z-paging/components/z-paging/js/modules/refresher.js
# uni_modules/z-paging/components/z-paging/js/modules/scroller.js
# uni_modules/z-paging/components/z-paging/js/modules/virtual-list.js
# uni_modules/z-paging/components/z-paging/js/z-paging-constant.js
# uni_modules/z-paging/components/z-paging/js/z-paging-enum.js
# uni_modules/z-paging/components/z-paging/js/z-paging-main.js
# uni_modules/z-paging/components/z-paging/js/z-paging-utils.js
# uni_modules/z-paging/components/z-paging/z-paging.vue
# uni_modules/z-paging/package.json
# uni_modules/z-paging/readme.md
|
2025-05-12 21:26:31 +08:00 |
puhui999
|
af596bcc70
|
【代码优化】客服消息日期位置调整
|
2025-05-08 18:16:18 +08:00 |
puhui999
|
e0f7ec3629
|
【功能完善】客服消息输入键盘弹起适配
|
2025-05-08 17:49:12 +08:00 |
puhui999
|
9f1cd4c3a7
|
【功能完善】客服底部安全区适配
|
2025-05-08 17:31:14 +08:00 |
puhui999
|
8456d0a8b3
|
【功能完善】客服聊天查看最新消息和回到底部
|
2025-05-08 17:01:57 +08:00 |
puhui999
|
13f674ab4b
|
【功能完善】客服聊天历史数据加载和回到顶部
|
2025-05-08 16:35:01 +08:00 |
puhui999
|
c149a54e83
|
【代码优化】客服聊天
|
2025-05-08 16:18:27 +08:00 |
puhui999
|
7e6a3bbad3
|
【代码优化】移除 z-paging 组件使用 uniapp 原生 scroll-view 实现区域滚动
|
2025-05-07 18:05:48 +08:00 |
YunaiV
|
f646458b15
|
reactor:useWebSocket.js 挪到 chat 包下,有利于分包
|
2025-04-29 11:57:38 +08:00 |
YunaiV
|
01adbff523
|
reactor:utils 挪到 helper 目录下
|
2025-04-28 22:47:00 +08:00 |
puhui999
|
36b4880b26
|
【缺陷修复】修复客服对话框中,不管先点表情还是+号~弹起后,表情和+切换,样式偏移了找不到内容的问题。
|
2025-04-01 17:29:47 +08:00 |
puhui999
|
7fc548e161
|
【升级】mp-html from 2.4.1 to 2.5.0
|
2025-01-20 17:58:34 +08:00 |
puhui999
|
530410fcf0
|
【功能完善】积分商城分享
|
2024-11-29 10:29:31 +08:00 |
puhui999
|
7017561242
|
Merge remote-tracking branch 'yudao/develop'
|
2024-11-18 17:32:38 +08:00 |
puhui999
|
0cdaaac0ed
|
【功能完善】商城:客服消息查询 pageSize 改 limit
|
2024-11-18 17:19:24 +08:00 |
puhui999
|
18aa26dcae
|
【功能完善】商城:客服消息样式调整
|
2024-11-18 16:54:55 +08:00 |
YunaiV
|
87c6e967f2
|
【功能完善】商城:客服消息改为游标查询,消息 JSON 化
|
2024-11-10 18:53:26 +08:00 |
puhui999
|
94e0dd4f5d
|
【功能完善】商城:客服消息改为游标查询,消息 JSON 化
|
2024-11-10 17:56:58 +08:00 |
PonyHu
|
b1d6e1d687
|
【功能修复】在线客服消息列表窗体顶部导航的高度计算不准确,导致其被页面顶部标题栏遮住了一小部分;
【功能修复】在线客服不能收到服务端发来的最新消息(被判断为重置消息列表了);
【功能优化】在线客服不需要在滚动到底部时重置消息列表,因为没有必要;
|
2024-09-01 17:37:26 +08:00 |
卢越
|
2c4ad9f78a
|
【功能修复】修复客服聊天列表页点击商品卡片无法显示商品详情的问题
|
2024-08-25 19:42:04 +08:00 |
undefined
|
ce81110bb3
|
实现抖音小程序显示(仅限显示)
|
2024-08-04 17:11:12 +08:00 |
puhui999
|
d221f277a1
|
客服:重构消息列表(引入 z-paging)
|
2024-07-17 16:45:03 +08:00 |
puhui999
|
4c6a8077aa
|
客服:重构消息列表(引入 z-paging)
|
2024-07-16 16:23:49 +08:00 |
puhui999
|
c8feb58a46
|
客服:重构消息列表渲染逻辑和样式
|
2024-07-15 18:05:59 +08:00 |
puhui999
|
a95a04085b
|
客服:重构消息列表渲染逻辑和样式
|
2024-07-15 11:53:35 +08:00 |
puhui999
|
7baec78c02
|
完善 websocket 封装
|
2024-07-12 17:43:08 +08:00 |
puhui999
|
9399a3e223
|
websocket 初步封装
|
2024-07-11 17:19:21 +08:00 |
puhui999
|
39440c1e67
|
客服:完善订单消息发送
|
2024-07-09 17:34:18 +08:00 |
puhui999
|
b630d26d4b
|
客服:完善商品消息发送
|
2024-07-09 16:17:56 +08:00 |
puhui999
|
d9efd4e2e6
|
客服:完善图片消息发送
|
2024-07-02 17:32:36 +08:00 |
puhui999
|
166030e3b8
|
客服:使用轮训模拟 websocket
|
2024-07-02 17:10:17 +08:00 |
puhui999
|
a4a8548b5a
|
客服:根据代码评审进行 fix
|
2024-06-24 16:07:04 +08:00 |
puhui999
|
793252e4aa
|
客服:完善消息发送(支持文本和表情)、聊天消息获取
|
2024-06-17 17:33:30 +08:00 |
puhui999
|
760dad0436
|
客服:聊天消息区域抽离封装
|
2024-06-12 17:05:14 +08:00 |
puhui999
|
3355f5e853
|
客服:组件初步抽离
|
2024-06-07 11:29:01 +08:00 |
YunaiV
|
22139d9a2d
|
✨ 全局:优化请求的提示
|
2024-01-20 17:28:04 +08:00 |
YunaiV
|
492d84073d
|
✨ 全局:清理多余的 request2.js
|
2024-01-20 10:07:11 +08:00 |
kele
|
5cdbeb65fb
|
fix: 客服样式修改
|
2023-07-26 12:00:52 +08:00 |
kele
|
d4ef49b913
|
小程序客服图片报警处理,瀑布流重构
|
2023-07-14 11:14:26 +08:00 |
front-one
|
1e1dda6794
|
fix:客服样式优化
|
2023-04-12 14:07:21 +08:00 |
kele
|
4d074d5964
|
fix:修复移动小程序端客服发送信息弹出小键盘无法清除信息bug
|
2023-04-06 16:33:46 +08:00 |
kele
|
2a206115ac
|
fix:客服警告图片删除
|
2023-02-07 15:49:20 +08:00 |
kele
|
befa8f63b6
|
更新版本1.7.1
|
2022-12-09 16:24:50 +08:00 |
kele
|
01f091fcd8
|
发布v1.0.3
|
2022-11-22 15:45:36 +08:00 |