06 2023 档案

摘要:接受blob export function exportTeacherActivitiesState(data: any): Promise<IResponse<Blob>> { return request({ baseURL, url: "/Api/CourseEvaluationManage 阅读全文
posted @ 2023-06-16 18:28 郭大蛋子 阅读(70) 评论(0) 推荐(0) 编辑
摘要:必须这样写,如果用vue可以在app.vue里面写,先把WebViewJavascriptBridge弄到window下面 function setupWebViewJavascriptBridge(callback) { if ((window as any).WebViewJavascriptB 阅读全文
posted @ 2023-06-09 18:19 郭大蛋子 阅读(163) 评论(0) 推荐(0) 编辑
摘要:// const afterRead = (file) => { // const rander = new FileReader(); // rander.readAsDataURL(file.file) // rander.onload = (e) => { // console.log(e.t 阅读全文
posted @ 2023-06-09 18:13 郭大蛋子 阅读(175) 评论(0) 推荐(0) 编辑
摘要:getClientRects()获取文本的行数和宽高等信息,只能获取行内元素的 nextTick(() => { const lineRows = document.querySelector('.abc').getClientRects(); // 如果行数超出2||行数是2&&最后一行宽度超过d 阅读全文
posted @ 2023-06-02 14:01 郭大蛋子 阅读(922) 评论(0) 推荐(0) 编辑
摘要:ios h5 input框自动填充会有黄色背景块(比如验证码发过来可以自动填充的时候) 取消黄色块 input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-au 阅读全文
posted @ 2023-06-02 13:45 郭大蛋子 阅读(157) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示