Skip to content

Commit

Permalink
chore: update version to 1.11.8 and add 'bindchooseavatar' event to m…
Browse files Browse the repository at this point in the history
…ultiple components
  • Loading branch information
LVtomatoJ committed Dec 15, 2024
1 parent 72bdf6b commit 9a1d115
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/action-sheet/index.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
binderror="onError"
bindlaunchapp="onLaunchApp"
bindopensetting="onOpenSetting"
bindchooseavatar="onChooseAvatar"
lang="{{ lang }}"
session-from="{{ sessionFrom }}"
send-message-title="{{ sendMessageTitle }}"
Expand Down
2 changes: 2 additions & 0 deletions dist/dialog/index.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
binderror="onError"
bindlaunchapp="onLaunchApp"
bindopensetting="onOpenSetting"
bindchooseavatar="onChooseAvatar"
>
{{ confirmButtonText }}
</van-goods-action-button>
Expand Down Expand Up @@ -118,6 +119,7 @@
binderror="onError"
bindlaunchapp="onLaunchApp"
bindopensetting="onOpenSetting"
bindchooseavatar="onChooseAvatar"
>
{{ confirmButtonText }}
</van-button>
Expand Down
1 change: 1 addition & 0 deletions dist/goods-action-button/index.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
bindgetRealTimePhoneNumber="onGetRealTimePhoneNumber"
bindgetphonenumber="onGetPhoneNumber"
bindlaunchapp="onLaunchApp"
bindchooseavatar="onChooseAvatar"
>
{{ text }}
<slot></slot>
Expand Down
1 change: 1 addition & 0 deletions dist/goods-action-icon/index.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
bindgetuserinfo="onGetUserInfo"
bindgetphonenumber="onGetPhoneNumber"
bindlaunchapp="onLaunchApp"
bindchooseavatar="onChooseAvatar"
>
<van-icon
wx:if="{{ icon }}"
Expand Down
1 change: 1 addition & 0 deletions lib/action-sheet/index.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
binderror="onError"
bindlaunchapp="onLaunchApp"
bindopensetting="onOpenSetting"
bindchooseavatar="onChooseAvatar"
lang="{{ lang }}"
session-from="{{ sessionFrom }}"
send-message-title="{{ sendMessageTitle }}"
Expand Down
2 changes: 2 additions & 0 deletions lib/dialog/index.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
binderror="onError"
bindlaunchapp="onLaunchApp"
bindopensetting="onOpenSetting"
bindchooseavatar="onChooseAvatar"
>
{{ confirmButtonText }}
</van-goods-action-button>
Expand Down Expand Up @@ -118,6 +119,7 @@
binderror="onError"
bindlaunchapp="onLaunchApp"
bindopensetting="onOpenSetting"
bindchooseavatar="onChooseAvatar"
>
{{ confirmButtonText }}
</van-button>
Expand Down
1 change: 1 addition & 0 deletions lib/goods-action-button/index.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
bindgetRealTimePhoneNumber="onGetRealTimePhoneNumber"
bindgetphonenumber="onGetPhoneNumber"
bindlaunchapp="onLaunchApp"
bindchooseavatar="onChooseAvatar"
>
{{ text }}
<slot></slot>
Expand Down
1 change: 1 addition & 0 deletions lib/goods-action-icon/index.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
bindgetuserinfo="onGetUserInfo"
bindgetphonenumber="onGetPhoneNumber"
bindlaunchapp="onLaunchApp"
bindchooseavatar="onChooseAvatar"
>
<van-icon
wx:if="{{ icon }}"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vant/weapp",
"version": "1.11.7",
"version": "1.11.8",
"author": "vant-ui",
"license": "MIT",
"miniprogram": "lib",
Expand Down
1 change: 1 addition & 0 deletions packages/action-sheet/index.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
binderror="onError"
bindlaunchapp="onLaunchApp"
bindopensetting="onOpenSetting"
bindchooseavatar="onChooseAvatar"
lang="{{ lang }}"
session-from="{{ sessionFrom }}"
send-message-title="{{ sendMessageTitle }}"
Expand Down
2 changes: 2 additions & 0 deletions packages/dialog/index.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
binderror="onError"
bindlaunchapp="onLaunchApp"
bindopensetting="onOpenSetting"
bindchooseavatar="onChooseAvatar"
>
{{ confirmButtonText }}
</van-goods-action-button>
Expand Down Expand Up @@ -118,6 +119,7 @@
binderror="onError"
bindlaunchapp="onLaunchApp"
bindopensetting="onOpenSetting"
bindchooseavatar="onChooseAvatar"
>
{{ confirmButtonText }}
</van-button>
Expand Down
1 change: 1 addition & 0 deletions packages/goods-action-button/index.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
bindgetRealTimePhoneNumber="onGetRealTimePhoneNumber"
bindgetphonenumber="onGetPhoneNumber"
bindlaunchapp="onLaunchApp"
bindchooseavatar="onChooseAvatar"
>
{{ text }}
<slot></slot>
Expand Down
1 change: 1 addition & 0 deletions packages/goods-action-icon/index.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
bindgetuserinfo="onGetUserInfo"
bindgetphonenumber="onGetPhoneNumber"
bindlaunchapp="onLaunchApp"
bindchooseavatar="onChooseAvatar"
>
<van-icon
wx:if="{{ icon }}"
Expand Down

0 comments on commit 9a1d115

Please sign in to comment.