mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
feat(goods-action-button): add custom-style prop support (#5659)
This commit is contained in:
parent
628008efb3
commit
ff8fe1cb69
@ -22,6 +22,10 @@ VantComponent({
|
|||||||
type: String,
|
type: String,
|
||||||
value: 'danger',
|
value: 'danger',
|
||||||
},
|
},
|
||||||
|
customStyle: {
|
||||||
|
type: String,
|
||||||
|
value: '',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
open-type="{{ openType }}"
|
open-type="{{ openType }}"
|
||||||
class="{{ utils.bem('goods-action-button', [type, { first: isFirst, last: isLast, plain: plain }])}}"
|
class="{{ utils.bem('goods-action-button', [type, { first: isFirst, last: isLast, plain: plain }])}}"
|
||||||
custom-class="van-goods-action-button__inner custom-class"
|
custom-class="van-goods-action-button__inner custom-class"
|
||||||
|
custom-style="{{customStyle}}"
|
||||||
business-id="{{ businessId }}"
|
business-id="{{ businessId }}"
|
||||||
session-from="{{ sessionFrom }}"
|
session-from="{{ sessionFrom }}"
|
||||||
app-parameter="{{ appParameter }}"
|
app-parameter="{{ appParameter }}"
|
||||||
|
@ -144,6 +144,7 @@ Page({
|
|||||||
| send-message-path | 会话内消息卡片点击跳转小程序路径 | _string_ | 当前分享路径 |
|
| send-message-path | 会话内消息卡片点击跳转小程序路径 | _string_ | 当前分享路径 |
|
||||||
| send-message-img | sendMessageImg | _string_ | 截图 |
|
| send-message-img | sendMessageImg | _string_ | 截图 |
|
||||||
| show-message-card | 显示会话内消息卡片 | _string_ | `false` |
|
| show-message-card | 显示会话内消息卡片 | _string_ | `false` |
|
||||||
|
| custom-style `v1.11.3` | 自定义样式 | _string_ | '' |
|
||||||
|
|
||||||
### Events
|
### Events
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user