Skip to content

Commit

Permalink
fix: remove button unused attribute “business-id”
Browse files Browse the repository at this point in the history
  • Loading branch information
卢晓锋 committed Nov 20, 2024
1 parent 72bdf6b commit 87b7ec8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/button/index.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
form-type="{{ formType }}"
style="{{ computed.rootStyle({ plain, color, customStyle }) }}"
open-type="{{ disabled || loading || (canIUseGetUserProfile && openType === 'getUserInfo') ? '' : openType }}"
business-id="{{ businessId }}"
session-from="{{ sessionFrom }}"
send-message-title="{{ sendMessageTitle }}"
send-message-path="{{ sendMessagePath }}"
Expand Down

0 comments on commit 87b7ec8

Please sign in to comment.