移动端
移动端
年年CODE
这个作者很懒,什么都没留下…
展开
-
预览打印 pdf
<html> <head></head> <body> ## A4纸宽度 180mm <div style="width:180mm"> <table border="1" cellspacing="0" cellpadding="15" style="width:100%"> <caption> <div style="font-size:20px;原创 2020-09-03 15:06:32 · 166 阅读 · 0 评论 -
扫描pc端页面二维码,在手机上签名
npm install qrcodejs2 npm install signature_pad 在移动端需要安装 vant和jquery npm install vant npm install jquery <template> <div v-loading="loading" class="dashboard-container"> <div v-if="imgState" class="autograph-wrapper"> <img原创 2020-09-10 11:40:29 · 2207 阅读 · 6 评论 -
uni-app IOS端 Safari浏览器键盘抬起页面混乱。
// 为元素添加blur事件 @blur=‘resetView’ 重置页面 resetView() { uni.pageScrollTo({ scrollTop: 0, duration: 100 }) },原创 2020-10-30 14:52:00 · 539 阅读 · 0 评论