Commit Graph

34 Commits

Author SHA1 Message Date
duanshuwen
34711330bd feat(utils, payment): add execution lock utils and prevent duplicate payment requests
Add two new throttle utility methods: createAsyncThrottle and createExecutionLock for safe async operation locking. Update the existing throttle method's comment to clarify traditional timestamp usage. Replace DebounceUtils usage with ThrottleUtils.createExecutionLock in order footer and booking page payment handlers to prevent duplicate payments. Rewrite uni.requestPayment calls to use Promise wrapping for proper async handling, and add try/catch/finally blocks to ensure loading state is always cleaned up correctly. Fix template formatting and trailing commas across modified files.
2026-07-23 21:10:34 +08:00
515e02f3af feat: 首页交互的 2026-07-14 10:09:26 +08:00
395ed154b2 feat: 增加对比组件 2026-06-12 15:35:02 +08:00
0df94a8a63 feat: 颜色样式调整 2026-06-05 16:48:05 +08:00
9e98f91dc8 feat: 标签颜色的调整 2026-06-05 14:24:39 +08:00
3e06ae544b feat: 组件的数据结构调整 2026-06-05 11:35:06 +08:00
7b514d7dcc feat: aigc 组件 2026-06-04 16:05:07 +08:00
41feba7a8b feat: 拍照攻略组件 2026-06-04 15:39:11 +08:00
881abda55e feat: 增加商品组件 2026-06-04 14:28:47 +08:00
e5ec442500 feat: 改造了组件的渲染逻辑 2026-06-04 10:57:28 +08:00
19b97fc326 feat: 填充了组件 2026-06-04 09:47:53 +08:00
c3cf6f2f12 feat: 样式的调整 2026-06-04 01:16:05 +08:00
190f9383df feat: 颜色样式随机调整 2026-06-03 22:08:17 +08:00
932783af2c feat: 长文本组件调整 2026-05-22 14:27:18 +08:00
6e0988e85a feat: 调整了长文本组件的渲染 2026-05-22 13:01:09 +08:00
d087ee6b35 feat: 长文本组件的对接调试 2026-05-20 15:26:52 +08:00
dd7b41d1ad feat: 撤回了更新的全部代码 2026-05-15 15:09:14 +08:00
408b57a482 feat: 增加了更新的代码实现 2026-05-15 14:55:44 +08:00
85a61d5bbf feat: 兼容处理 2026-05-10 13:01:55 +08:00
bef68d4f3c feat: 做了适配手机端的条件编译的 2026-05-10 11:24:48 +08:00
5e21938d06 feat: 长文本在详情页面中的消息流式输出 2026-04-03 16:05:45 +08:00
00c58d47b9 feat: 长文本组件调整 2026-03-25 16:33:35 +08:00
af615f666c feat: 消息与socket的优化调整 2026-01-08 16:26:10 +08:00
37192b0ba4 fix: 支付防抖 2025-12-22 18:51:28 +08:00
172bae663b feat: 支付的时候防止重复点击 2025-12-01 15:15:48 +08:00
9632f5c065 fix: 禁止分享登录页面 2025-12-01 14:18:37 +08:00
duanshuwen
16fde7aade Merge branch 'main' of https://git.nianxx.cn/zoujing/YGChatCS into fix-109 2025-10-27 21:19:38 +08:00
duanshuwen
4bd151d6d1 feat: 快速预定交互调整 2025-10-27 21:19:09 +08:00
f9df4c3f02 feat: 打字速度提升 2025-10-23 21:14:28 +08:00
duanshuwen
4b066626cf feat: 新增快速预定页面 2025-10-18 15:44:48 +08:00
621d5d4c57 feat: 实现小程序分享 2025-10-13 20:04:05 +08:00
duanshuwen
3646870695 feat: 修复商品下单节流 2025-10-07 14:26:17 +08:00
86c87b2cc4 fix: 修复销毁websocket后还有心跳检测的问题 2025-09-23 20:30:48 +08:00
duanshuwen
9f23854ad5 feat: 调整项目结构 2025-09-21 17:25:09 +08:00