QR Code 二维码
使用指南
在 page.json 中引入组件
"usingComponents": {
"w-qr-code": "wuss-weapp/w-qr-code/index",
}
图片演示
代码演示
<w-pane title="QR Code" desc="二维码" />
<w-pane desc="Default" />
<view class="cell" >
<w-qr-code
text="{{ code }}"
/>
</view>
<w-button type="info" bind:onClick="handleClick">取随机值</w-button>
<w-pane desc="Size" />
<view class="cell" >
<w-qr-code
text="{{ code }}"
size="{{200}}"
/>
</view>
<view class="cell" >
<w-qr-code
text="{{ code }}"
size="{{300}}"
/>
</view>
API
Attribute 属性
属性 | 说明 | 类型 | 默认值 |
---|
text | 二维码信息 | string | - |
size | 二维码大小 | string | - |
Event 事件
Slot 插槽
Class 自定义类名