Merge pull request #5144 from landluck/hotfix/fix_test_case_error

test(field): fix test case error
This commit is contained in:
landluck 2022-12-13 11:59:12 +08:00 committed by GitHub
commit bcafa2b894
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -807,11 +807,40 @@ exports[`should render demo and match snapshot 1`] = `
>
<van-button
customClass="button"
size="small"
slot="button"
type="primary"
>
发送验证码
<wx-button
appParameter=""
ariaLabel=""
businessId="{{0}}"
class="custom-class van-button van-button--primary van-button--small "
data-detail="{{null}}"
formType=""
hoverClass="van-button--active hover-class"
id=""
lang=""
openType=""
sendMessageImg=""
sendMessagePath=""
sendMessageTitle=""
sessionFrom=""
showMessageCard="{{false}}"
style=""
bind:chooseavatar="onChooseAvatar"
bind:contact="onContact"
bind:error="onError"
bind:getphonenumber="onGetPhoneNumber"
bind:getuserinfo="onGetUserInfo"
bind:launchapp="onLaunchApp"
bind:opensetting="onOpenSetting"
bind:tap="onClick"
>
<wx-view
class="van-button__text"
>
发送验证码
</wx-view>
</wx-button>
</van-button>
</wx-view>
</wx-view>