Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
manulife-weapp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2026-02-06 17:43:05 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7da3af27f5a16bf8bdeb2389650bb8eecf5ced60
7da3af27
1 parent
3ab3b09d
docs: 记录产品中心 prop 验证修复
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
docs/CHANGELOG.md
docs/CHANGELOG.md
View file @
7da3af2
...
...
@@ -5,6 +5,20 @@
---
## [2026-02-06] - 修复产品中心页面 prop 验证错误
### 修复
-
修复产品中心页面进入时的 Vue prop 类型验证警告
-
修复 PlanFormContainer 组件接收 null 值时的报错
### 技术改进
-
明确指定 PlanFormContainer 的 product prop 类型为 Object
-
将 required 设为 false 并允许 null 默认值
-
添加空值检查,防止访问 null.form_sn 报错
-
在 product-center 页面添加 v-if 条件渲染,避免传 null
---
## [2026-02-06] - 搜索页面联调完成
### 新增
...
...
Please
register
or
login
to post a comment