mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2026-07-04 14:01:06 +08:00
Compare commits
6 Commits
ff67d50ccc
...
bcafa2b894
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bcafa2b894 | ||
|
|
786448ac2e | ||
|
|
f1b99f8f13 | ||
|
|
5cfc98275d | ||
|
|
98cb9c04ea | ||
|
|
8ec17cc87d |
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -1 +1 @@
|
||||
blank_issues_enabled: true
|
||||
blank_issues_enabled: false
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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"
|
||||
}
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user