Compare commits

..

No commits in common. "bcafa2b8945d7af2b2fbe3b5e865482667f64c4a" and "ff67d50ccc554fa7ad7d271beaa692090a6ea5ea" have entirely different histories.

4 changed files with 6 additions and 36 deletions

View File

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

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: 请提供一个尽可能简单的微信小程序代码片段协助我们排查,这可以更快的帮助我们定位问题,解决 issue
description: 请提供一个尽可能简单的 GitHub 仓库链接 或者 真实的代码片段。不要填写无效的链接 或 代码,这会导致你的 issue 被直接关闭
validations:
required: true

View File

@ -2,7 +2,6 @@
"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,40 +807,11 @@ 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>