摘要:
<template> <text>的撒打算大神件大事良好的记得开撒娇断开链接阿斯卡纶讲道理看的撒几点回家卡手机的看</text> </template> 问题1:当你在nvue中使用 text 标签,你会发现文字超出一行后无法自动换行解决方案1:给 text 标签加上,宽度 问题2 : 这时你可能还 阅读全文
摘要:
1.window.location.href=blob时无法打开或者你直接写成window.location.href=‘http://xxxxx/xxx.doc’ 虽然会弹出下载框,但是下载之后你发现打开时失败,文件路径错误;这是因为webview中下载文件出现套娃现象 uni.downloadF 阅读全文
摘要:
1.文档背景:最近有朋友问我我的https://www.cnblogs.com/lizhao123/p/12005868.html这个webview传值收不到(原因引入了另一个uniapp打包的h5) 2.实现方案 首先你要引入的另一个uniapp的h5,这个uniapp项目中需要引入官方的http 阅读全文
摘要:
1.首先2.8.335版本之前引入方式 import pdfJS from "pdfjs-dist"; import workerSrc from 'pdfjs-dist/build/pdf.worker.entry' pdfJS.workerSrc = workerSrc; //或者使用 impo 阅读全文
摘要:
第一种方式使用render import Vue from 'vue' import store from '../../../src/store' import selectSign from '@/components/selectSignatory/selectSignatory.vue' f 阅读全文
摘要:
问题报错信息如图 上面的代码在dev模式下不报错,但是在build后,安装后,运行会提示错误,错误信息的大意是参数错误,原因应该是安装后的图片文件路径有问题,这块没有详细研究解决上面的问题的方法,是使用nativeImage代替字符串路径 new Tray(nativeImage.createFro 阅读全文
摘要:
1.使用的场景是把html转换成PDF保存下来,代码: /* eslint-disable */ import html2canvas from 'html2canvas'; import JsPDF from 'jspdf'; /** * @param ele 要生成 pdf 的DOM元素(容器) 阅读全文
摘要:
问题描述:app接收到蓝牙传出过来的二进制数据,1.app进行arrbuff转成16进制字符串 // ArrayBuffer转16进度字符串示例 function ab2hex(buffer) { const hexArr = Array.prototype.map.call( new Uint8A 阅读全文
摘要:
1 在vue的utils中新建一个dialogDrag.js import Vue from 'vue' Vue.directive('dialogDrag', { bind(el, binding, vnode, oldVnode) { //弹框可拉伸最小宽高 let minWidth = 400 阅读全文
摘要:
/* message在同一位置弹出 */ /* reset elementUI message */ .el-message { top: 20px !important; } .el-message:not(:last-child) { visibility: hidden; } /* messa 阅读全文