diff --git a/packages/button/README.md b/packages/button/README.md
index 79a8d737..daf2b7ff 100644
--- a/packages/button/README.md
+++ b/packages/button/README.md
@@ -120,6 +120,7 @@
| 参数 | 说明 | 类型 | 默认值 |
| --- | --- | --- | --- |
| id | 标识符 | _string_ | - |
+| button-id `v1.10.25`| 标识符,作为原生button组件的id值 | _string_ | - |
| type | 按钮类型,可选值为 `primary` `info` `warning` `danger` | _string_ | `default` |
| size | 按钮尺寸,可选值为 `normal` `large` `small` `mini` | _string_ | `normal` |
| color `v1.0.0` | 按钮颜色,支持传入`linear-gradient`渐变色 | _string_ | - |
diff --git a/packages/button/index.wxml b/packages/button/index.wxml
index bfe8bce8..e7f60f19 100644
--- a/packages/button/index.wxml
+++ b/packages/button/index.wxml
@@ -2,7 +2,7 @@
diff --git a/packages/goods-action/README.md b/packages/goods-action/README.md
index 93de506e..b88d2688 100644
--- a/packages/goods-action/README.md
+++ b/packages/goods-action/README.md
@@ -130,6 +130,7 @@ Page({
| url | 点击后跳转的链接地址 | _string_ | - |
| link-type | 链接跳转类型,可选值为 `redirectTo` `switchTab` `reLaunch` | _string_ | `navigateTo` |
| id | 标识符 | _string_ | - |
+| button-id `v1.10.25`| 标识符,作为原生button组件的id值 | _string_ | - |
| type | 按钮类型,可选值为 `primary` `warning` `danger` | _string_ | `danger` |
| plain | 是否为朴素按钮 | _boolean_ | `false` |
| size | 按钮尺寸,可选值为 `normal` `large` `small` `mini` | _string_ | `normal` |
diff --git a/packages/goods-action/test/__snapshots__/demo.spec.ts.snap b/packages/goods-action/test/__snapshots__/demo.spec.ts.snap
index d67c246d..c2d02834 100644
--- a/packages/goods-action/test/__snapshots__/demo.spec.ts.snap
+++ b/packages/goods-action/test/__snapshots__/demo.spec.ts.snap
@@ -157,6 +157,7 @@ exports[`should render demo and match snapshot 1`] = `