Commit Graph
461 Commits
Author SHA1 Message Date
杨鹏 1df0c924ec . 2025-10-17 23:29:12 +08:00
杨鹏 20ac8938a9 . 2025-10-17 09:35:42 +08:00
杨鹏 38ad4637a1 . 2025-10-17 09:13:56 +08:00
杨鹏 fe70526a9e . 2025-10-16 11:04:07 +08:00
杨鹏 5150d49ecb . 2025-10-15 19:39:44 +08:00
杨鹏 3b38ce766e . 2025-10-15 19:19:00 +08:00
杨鹏 c3fd0c2e00 . 2025-10-15 17:11:33 +08:00
杨鹏 c05f6e540d . 2025-10-14 11:03:07 +08:00
杨鹏 e28858a340 . 2025-10-12 18:01:59 +08:00
杨鹏 09f8815234 . 2025-10-11 16:06:53 +08:00
杨鹏 0f450c6691 . 2025-10-10 21:56:04 +08:00
杨鹏 1aba303ed9 . 2025-10-10 17:23:24 +08:00
杨鹏 052aec9a89 . 2025-10-09 21:56:46 +08:00
杨鹏 e7d3fa8855 . 2025-09-29 11:22:27 +08:00
杨鹏 c4d508bb4f . 2025-09-28 17:36:37 +08:00
杨鹏 aed85c92df . 2025-09-23 22:27:41 +08:00
杨鹏 232cea0f7e . 2025-09-12 10:50:39 +08:00
杨鹏 04833ef1bc 我的页面 2025-09-11 17:38:24 +08:00
杨鹏 a0f751c2c0 商品列表 2025-09-11 10:43:26 +08:00
杨鹏 1a1bbec15c . 2025-09-09 22:07:09 +08:00
杨鹏 4e5d687c18 . 2025-09-08 20:13:15 +08:00
杨鹏 bfa57367dc feat: 未登录时,跳转到单独的登录页 2025-09-08 16:15:45 +08:00
芋道源码andGitee ef56dd4a2a !150 fix(chat): 修复uni-easyinput在手机键盘弹出时,导致页面整体上移的问题
Merge pull request !150 from wslyx/master
2025-08-09 02:32:26 +00:00
YunaiV ccc7b7ff3c fix:分销提现到银行卡时,缺少 userAccount 的问题 2025-07-21 19:56:03 +08:00
YunaiV 5d5a4ba39c fix:分销提现到支付宝余额时,缺少 userAccount 的问题 2025-07-21 19:54:38 +08:00
芋道源码andGitee 7ce2f12a95 !154 feat(order): 物流信息中增加电话号码高亮和点击功能
Merge pull request !154 from binny1024/dev-express-callphone
2025-07-20 07:29:24 +00:00
YunaiV 1b936a3988 fix:修复微信公众号分享时,缺少 updateAppMessageShareData 导致 url 无法设置 2025-07-16 23:48:52 +08:00
xubinbin0303 da36d5a0fe feat(order): 物流信息中增加电话号码高亮和点击功能
- 新增 HighlightNumberText组件用于高亮和处理电话号码
- 在物流信息页面引入该组件并实现电话拨打功能
- 优化物流信息展示界面,调整样式和布局
2025-07-02 09:08:14 +08:00
SuchJack e9bf76d506 fix:优化用户avatar显示逻辑(用户未设置avatar则使用系统default_avatar显示) 2025-06-01 18:39:35 +08:00
wslyx 79e9540da5 fix(chat): 修复uni-easyinput在手机键盘弹出时,导致页面整体上移的问题
- 新增 OptimizeInput组件以替换 uni-easyinput
2025-05-24 20:32:22 +08:00
芋道源码andGitee 533f7df7ad !147 fix:下拉刷新"我的拼团订单列表"页时重置分页对象,否则会不断叠加重复的拼团订单。
Merge pull request !147 from SuchJack/master
2025-05-12 14:46:04 +00: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
YunaiV 5071816ea0 feat:【MALL 商城】商城分佣提现,完成对微信转账(小程序)的对接 2025-05-11 12:39:23 +08:00
YunaiV 62d1f4f273 feat:【MALL 商城】商城分佣提现,初步对接成功微信支付 2025-05-11 09:08:18 +08:00
YunaiV 098057b2de feat:【MALL 商城】佣金提现,优化字段,以及支持更多 API 自动打款 2025-05-10 10:07:27 +08:00
SuchJack 12ff9bb4d1 fix:下拉刷新"我的拼团订单列表"页时重置分页对象,否则会不断叠加重复的拼团订单。 2025-05-08 22:28:24 +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 1948aae067 fix:支付结果页,state.orderId => state.id 2025-05-05 22:06:50 +08:00
YunaiV c95f621144 reactor:getSystemInfoSync =》 getWindowInfo,解决 device 2025-04-29 20:38:50 +08:00
YunaiV 3e7fd5277c reactor:优化前端直传,支持 H5 2025-04-29 19:03:06 +08:00
YunaiV f646458b15 reactor:useWebSocket.js 挪到 chat 包下,有利于分包 2025-04-29 11:57:38 +08:00
YunaiV c7d101cd05 fix:商品不存在时,不展示 empty 的情况 2025-04-29 11:47:50 +08:00
YunaiV 49dbce22d1 reactor:将 getWeekTimes、getMonthTimes 抽到 utils 统一复用 2025-04-28 23:30:24 +08:00