mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 19:41:45 +08:00
398 lines
11 KiB
Plaintext
398 lines
11 KiB
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`should render demo and match snapshot 1`] = `
|
|
<main>
|
|
<demo-block>
|
|
<wx-view
|
|
class="custom-class demo-block van-clearfix demo-block--padding"
|
|
>
|
|
<wx-view
|
|
class="demo-block__title"
|
|
>
|
|
基础用法
|
|
</wx-view>
|
|
<van-button
|
|
bind:click="toggleActionSheet1"
|
|
>
|
|
<wx-button
|
|
appParameter=""
|
|
ariaLabel=""
|
|
businessId="{{0}}"
|
|
class="custom-class van-button van-button--primary van-button--normal "
|
|
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>
|
|
<van-action-sheet
|
|
bind:close="toggleActionSheet1"
|
|
>
|
|
<van-popup
|
|
customClass="van-action-sheet custom-class"
|
|
bind:close="onClickOverlay"
|
|
>
|
|
<van-overlay
|
|
bind:click="onClickOverlay"
|
|
>
|
|
<van-transition
|
|
customClass="van-overlay custom-class"
|
|
bind:tap="onClick"
|
|
catch:touchmove="noop"
|
|
/>
|
|
</van-overlay>
|
|
</van-popup>
|
|
</van-action-sheet>
|
|
</wx-view>
|
|
</demo-block>
|
|
<demo-block>
|
|
<wx-view
|
|
class="custom-class demo-block van-clearfix demo-block--padding"
|
|
>
|
|
<wx-view
|
|
class="demo-block__title"
|
|
>
|
|
选项状态
|
|
</wx-view>
|
|
<van-button
|
|
bind:click="toggleActionSheet2"
|
|
>
|
|
<wx-button
|
|
appParameter=""
|
|
ariaLabel=""
|
|
businessId="{{0}}"
|
|
class="custom-class van-button van-button--primary van-button--normal "
|
|
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>
|
|
<van-action-sheet
|
|
bind:close="toggleActionSheet2"
|
|
>
|
|
<van-popup
|
|
customClass="van-action-sheet custom-class"
|
|
bind:close="onClickOverlay"
|
|
>
|
|
<van-overlay
|
|
bind:click="onClickOverlay"
|
|
>
|
|
<van-transition
|
|
customClass="van-overlay custom-class"
|
|
bind:tap="onClick"
|
|
catch:touchmove="noop"
|
|
/>
|
|
</van-overlay>
|
|
</van-popup>
|
|
</van-action-sheet>
|
|
</wx-view>
|
|
</demo-block>
|
|
<demo-block>
|
|
<wx-view
|
|
class="custom-class demo-block van-clearfix demo-block--padding"
|
|
>
|
|
<wx-view
|
|
class="demo-block__title"
|
|
>
|
|
展示取消按钮
|
|
</wx-view>
|
|
<van-button
|
|
bind:click="toggleActionSheet3"
|
|
>
|
|
<wx-button
|
|
appParameter=""
|
|
ariaLabel=""
|
|
businessId="{{0}}"
|
|
class="custom-class van-button van-button--primary van-button--normal "
|
|
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>
|
|
<van-action-sheet
|
|
bind:close="toggleActionSheet3"
|
|
>
|
|
<van-popup
|
|
customClass="van-action-sheet custom-class"
|
|
bind:close="onClickOverlay"
|
|
>
|
|
<van-overlay
|
|
bind:click="onClickOverlay"
|
|
>
|
|
<van-transition
|
|
customClass="van-overlay custom-class"
|
|
bind:tap="onClick"
|
|
catch:touchmove="noop"
|
|
/>
|
|
</van-overlay>
|
|
</van-popup>
|
|
</van-action-sheet>
|
|
</wx-view>
|
|
</demo-block>
|
|
<demo-block>
|
|
<wx-view
|
|
class="custom-class demo-block van-clearfix demo-block--padding"
|
|
>
|
|
<wx-view
|
|
class="demo-block__title"
|
|
>
|
|
展示描述信息
|
|
</wx-view>
|
|
<van-button
|
|
bind:click="toggleActionSheet4"
|
|
>
|
|
<wx-button
|
|
appParameter=""
|
|
ariaLabel=""
|
|
businessId="{{0}}"
|
|
class="custom-class van-button van-button--primary van-button--normal "
|
|
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>
|
|
<van-action-sheet
|
|
bind:close="toggleActionSheet4"
|
|
>
|
|
<van-popup
|
|
customClass="van-action-sheet custom-class"
|
|
bind:close="onClickOverlay"
|
|
>
|
|
<van-overlay
|
|
bind:click="onClickOverlay"
|
|
>
|
|
<van-transition
|
|
customClass="van-overlay custom-class"
|
|
bind:tap="onClick"
|
|
catch:touchmove="noop"
|
|
/>
|
|
</van-overlay>
|
|
</van-popup>
|
|
</van-action-sheet>
|
|
</wx-view>
|
|
</demo-block>
|
|
<demo-block>
|
|
<wx-view
|
|
class="custom-class demo-block van-clearfix demo-block--padding"
|
|
>
|
|
<wx-view
|
|
class="demo-block__title"
|
|
>
|
|
展示标题栏
|
|
</wx-view>
|
|
<van-button
|
|
bind:click="toggleActionSheet5"
|
|
>
|
|
<wx-button
|
|
appParameter=""
|
|
ariaLabel=""
|
|
businessId="{{0}}"
|
|
class="custom-class van-button van-button--primary van-button--normal "
|
|
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>
|
|
<van-action-sheet
|
|
bind:close="toggleActionSheet5"
|
|
>
|
|
<van-popup
|
|
customClass="van-action-sheet custom-class"
|
|
bind:close="onClickOverlay"
|
|
>
|
|
<van-overlay
|
|
bind:click="onClickOverlay"
|
|
>
|
|
<van-transition
|
|
customClass="van-overlay custom-class"
|
|
bind:tap="onClick"
|
|
catch:touchmove="noop"
|
|
/>
|
|
</van-overlay>
|
|
</van-popup>
|
|
</van-action-sheet>
|
|
</wx-view>
|
|
</demo-block>
|
|
<demo-block>
|
|
<wx-view
|
|
class="custom-class demo-block van-clearfix demo-block--padding"
|
|
>
|
|
<wx-view
|
|
class="demo-block__title"
|
|
>
|
|
微信开放能力
|
|
</wx-view>
|
|
<van-button
|
|
bind:click="toggleActionSheet6"
|
|
>
|
|
<wx-button
|
|
appParameter=""
|
|
ariaLabel=""
|
|
businessId="{{0}}"
|
|
class="custom-class van-button van-button--primary van-button--normal "
|
|
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>
|
|
<van-action-sheet
|
|
bind:close="toggleActionSheet6"
|
|
bind:getuserinfo="onGetUserInfo"
|
|
>
|
|
<van-popup
|
|
customClass="van-action-sheet custom-class"
|
|
bind:close="onClickOverlay"
|
|
>
|
|
<van-overlay
|
|
bind:click="onClickOverlay"
|
|
>
|
|
<van-transition
|
|
customClass="van-overlay custom-class"
|
|
bind:tap="onClick"
|
|
catch:touchmove="noop"
|
|
/>
|
|
</van-overlay>
|
|
</van-popup>
|
|
</van-action-sheet>
|
|
</wx-view>
|
|
</demo-block>
|
|
</main>
|
|
`;
|