更新记录

1.0.0(2023-02-08)

初始化


平台兼容性

Vue2 Vue3
×
App 快应用 微信小程序 支付宝小程序 百度小程序 字节小程序 QQ小程序
× × × × × ×
钉钉小程序 快手小程序 飞书小程序 京东小程序
× × × ×
H5-Safari Android Browser 微信浏览器(Android) QQ浏览器(Android) Chrome IE Edge Firefox PC-Safari
× × × × × × × × ×

使用示例

页面显示

修改 gy-plate-input.scss 文件中, 注释.so-mask {},gy-plate-input.vue文件去除判断

gy-plate-input.scss
/*.so-mask {
position: fixed;
top: 0;
bottom: 0;
right: 0;
left: 0;
z-index: 1001;
background: rgba(0, 0, 0, .5);
}*/
gy-plate-input.vue
<view class="so-mask"> ...

<template>
<view class="wrap">
<gy-car-number
:plate="car_number" 
:show.sync="showPlateInput" 
@export="confirmPlate" 
@clear="clearPlate" />
<button class="primary-button" @click="nextStep()">下一步</button>
</view>
</template>
### 弹框显示
> 修改 gy-plate-input.scss 文件中, 释放.so-mask {}注释,gy-plate-input.vue文件新增判断<view class="so-mask" v-if="show">

gy-plate-input.scss .so-mask { position: fixed; top: 0; bottom: 0; right: 0; left: 0; z-index: 1001; background: rgba(0, 0, 0, .5); } gy-plate-input.vue

... ``` ``` ```

隐私、权限声明

1. 本插件需要申请的系统权限列表:

2. 本插件采集的数据、发送的服务器地址、以及数据用途说明:

3. 本插件是否包含广告,如包含需详细说明广告表达方式、展示频率:

许可协议

MIT协议

暂无用户评论。

使用中有什么不明白的地方,就向插件作者提问吧~ 我要提问