From 7f9fa9e49424ec2f87c0883c1c63a0eaf744687e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E5=8B=A4=E6=B0=91?= Date: Thu, 14 Nov 2024 16:16:47 +0800 Subject: [PATCH] =?UTF-8?q?feat(gx):=20=E6=96=B0=E5=A2=9E=E5=8F=91?= =?UTF-8?q?=E7=A5=A8=E8=AF=A6=E6=83=85=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 实现了发票信息输入和提交功能 - 添加了发票类型、发票抬头、纳税人识别号等输入字段 - 实现了表单验证功能 - 添加了发票信息提交接口 -优化了订单列表界面,支持跳转到发票详情页面 - 在个人中心添加了ICP备案号链接 - 调整了更新提示界面布局 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 468bbc6..cff9621 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ PickerDateTimeHelper.showDateDialog({ ### 2.1.弹出list选中弹窗 -```typescript +``` import { XDialogController } from '../dialog/XDialogController'; import { XDialogList } from '../dialog/XDialogList';