From e986222ca74274f7cb8d82c762e4c27322321030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Thu, 23 Jul 2026 17:23:21 +0800 Subject: [PATCH] =?UTF-8?q?fix(weapp):=20=E4=BF=AE=E5=A4=8D=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E9=A1=B5nutui=E7=BB=84=E4=BB=B6=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E7=A9=BA=E7=99=BD=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 替换支付页中nutui的Button、Cell、Price、Divider组件为Taro原生组件或项目自定义组件 - 修正商品名称、价格类型和支付金额显示,使用flex布局及Text组件自绘内容 - 调整按钮样式,统一为带蓝色背景和圆角的自定义样式 - 移除nutui Price组件中的thousands属性,使用项目自定义Price组件 - 解决微信小程序中nutui组件因div渲染缺失导致UI元素不显示的问题 - 保持支付流程及状态逻辑无改动,仅优化展示兼容性和稳定性 --- .idea/workspace.xml | 30 +++++++++--------- .workbuddy/memory/2026-07-23.md | 23 ++++++++++++++ .workbuddy/memory/MEMORY.md | 21 +++++++++++++ src/passport/pay/index.tsx | 56 ++++++++++++++++++++------------- 4 files changed, 92 insertions(+), 38 deletions(-) create mode 100644 .workbuddy/memory/2026-07-23.md diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 1d2dcd4..124d707 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,10 +4,8 @@