摘要:
自定义文字: graphic:{ //图形中间文字 type:"text", left:"center", top:"center", style:{ text:"拒付分析", textAlign:"center", fill:"#010101", fontSize: 28 } }, var myC 阅读全文
摘要:
1、已成功从后端获取base64图片: 2、处理数据: for(var i in res.data) { let url = 'data:image/jpg;base64,' + res.data[i]; // 此时 base64 位图片没有带前面的头,需添加 base64 头,此时 src 已经有 阅读全文
摘要:
function DateDiff(start, end) { var sdate = new Date(start); var now = new Date(end); var days = now.getTime() - sdate.getTime(); var day = parseInt(d 阅读全文
摘要:
<scroll-view class="scroll-view_H" scroll-x="true" @scroll="scroll" show-scrollbar='false'> <view class="scroll-view-item_H" v-for="(item, index) in p 阅读全文
摘要:
series : [ { type : 'pie', hoverAnimation: false, center : ['16%', '20%'], radius : radius, label: { // 饼图图形上的文本标签 normal: { // normal 是图形在默认状态下的样式 sh 阅读全文
摘要:
在遮罩层中,设置: <view class="tuikuan-showModal" @touchmove.stop.prevent="moveHandle"></view> //遮罩层 在 methods 中,设置: //遮罩层穿透,阻止底部滑动moveHandle() { return; }, 阅读全文
摘要:
1、在请求头设置: export function downLoad(data) { return request({ url: '/app/downLoad', method: 'post', responseType: 'blob', //最关键的部分 headers: { 'Content-T 阅读全文
摘要:
1、页面加载时候,开启长连接: created() { this.adminIds = getadminId(); this.tokens = getToken(); this.merIds = getmerId(); //页面刚进入时,判断有无token,有则开启长连接 if(this.token 阅读全文
摘要:
2018之前的版本: 比如我的是2019.3的版本,没有找到 Autoscroll from Source,所以,2019.3后的版本,要在这里修改: 阅读全文
该文被密码保护。 阅读全文