Compare commits

...

6 Commits

Author SHA1 Message Date
landluck
bcafa2b894
Merge pull request #5144 from landluck/hotfix/fix_test_case_error
test(field): fix test case error
2022-12-13 11:59:12 +08:00
landluck
786448ac2e test(field): fix test case error 2022-12-13 11:55:28 +08:00
landluck
f1b99f8f13
Merge pull request #5143 from landluck/feature/update_issue_config
chore: update issue config
2022-12-13 11:48:37 +08:00
landluck
5cfc98275d chore: update issue config 2022-12-13 11:47:13 +08:00
landluck
98cb9c04ea
Merge pull request #5059 from noyobo/patch-2
fix: filed Demo missing van-button
2022-12-13 11:35:28 +08:00
大宝
8ec17cc87d
fix: filed Demo missing van-button 2022-10-13 16:01:10 +08:00
4 changed files with 36 additions and 6 deletions

View File

@ -1 +1 @@
blank_issues_enabled: true
blank_issues_enabled: false

View File

@ -1,5 +1,5 @@
name: 我要反馈 Vant Weapp 的 Bug
description: 通过标准模板进行 Bug 反馈
description: 通过标准模板进行 Bug 反馈
title: "[Bug Report] 请在此填写标题"
labels: ["bug: need confirm"]
body:
@ -16,7 +16,7 @@ body:
id: reproduce
attributes:
label: 重现链接
description: 请提供一个尽可能简单的 GitHub 仓库链接 或者 真实的代码片段。不要填写无效的链接 或 代码,这会导致你的 issue 被直接关闭
description: 请提供一个尽可能简单的微信小程序代码片段协助我们排查,这可以更快的帮助我们定位问题,解决 issue
validations:
required: true

View File

@ -2,6 +2,7 @@
"component": true,
"usingComponents": {
"van-field": "../../field/index",
"van-button": "../../button/index",
"van-cell-group": "../../cell-group/index",
"demo-block": "../../../example/components/demo-block/index"
}

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>