摘要: <template> <div> <div id="reader"></div> </div></template> <script> //doc.js文件地址 http://static.bcedocument.com/reader/v2/doc_reader_v2.js import doc f 阅读全文
posted @ 2019-12-10 16:33 我非日葵却也向阳 阅读(451) 评论(0) 推荐(0) 编辑
摘要: button{ position: static; } button:after { content: none; border: none; } 使用::after伪类选择器的方式去覆盖默认值 阅读全文
posted @ 2019-12-10 16:04 我非日葵却也向阳 阅读(254) 评论(0) 推荐(0) 编辑
摘要: https://www.csdn.net/gather_2f/MtTaAg2sOTUyNC1ibG9n.html 参考地址先安装 npm install file-saver --save npm install xlsx --save npm install script-loader --sav 阅读全文
posted @ 2019-07-19 18:10 我非日葵却也向阳 阅读(1856) 评论(0) 推荐(0) 编辑
摘要: 在用layui的复选框时,如果想进行选中或取消状态,需要用render进行刷新 $("#checkedAll").on("click",function () { var checked = $("input[name='checkedAll']").is(':checked'); console. 阅读全文
posted @ 2019-03-06 17:55 我非日葵却也向阳 阅读(3892) 评论(0) 推荐(0) 编辑
摘要: <scroll-view class="history" scroll-y="true" scroll-with-animation scroll-top="{{scrollTop}}"> 中间为聊天内容 </scroll-view> page({ data:{ scrollTop:1000000 阅读全文
posted @ 2019-03-06 16:28 我非日葵却也向阳 阅读(687) 评论(0) 推荐(0) 编辑
摘要: <view class='voiceTap' wx:if="{{status == 0}}">点击录音</view> <view class='voiceTap' wx:if="{{status != 0}}"> <image src='/images/6006.png'></image> <vie 阅读全文
posted @ 2019-03-06 16:22 我非日葵却也向阳 阅读(1711) 评论(3) 推荐(0) 编辑
摘要: <view> <image src='{{v.content}}' mode='aspectFit' bindtap="enlarge" data-list="{{pictures}}" data-src="{{v.content}}"></image> </view> Page({ data:{ 阅读全文
posted @ 2019-03-06 16:01 我非日葵却也向阳 阅读(3713) 评论(0) 推荐(0) 编辑
摘要: js内容 //开始 /*! * clipboard.js v2.0.4 * https://zenorocha.github.io/clipboard.js * * Licensed MIT © Zeno Rocha */ !function(t,e){"object"==typeof export 阅读全文
posted @ 2019-03-06 15:45 我非日葵却也向阳 阅读(812) 评论(0) 推荐(0) 编辑
摘要: 安装 安装包文件 配置 注册 ServiceProvider: 创建配置文件: 执行命令后会在 config 目录下生成两个文件: laravel-ddoc.php:本扩展配置文件,用于配置文档底部 Copyright 文案和链接。 snappy.php:laravel-snappy 的配置文件,用 阅读全文
posted @ 2018-11-23 15:22 我非日葵却也向阳 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 处理方法: 阅读全文
posted @ 2018-08-10 18:02 我非日葵却也向阳 阅读(179) 评论(0) 推荐(0) 编辑