摘要:
let imageSrc = that.swiperList[index].picUrl; that.setBackgroundColor(imageSrc, index); setBackgroundColor(imageSrc,index) { console.log(imageSrc, 'im 阅读全文
摘要:
let imgSrc = that.swiperList[index].picUrl; let img = new Image(); img.onload = ()=> { that.getImageMainColor(img, index);// 图片标记 } img.src=imgSrc; ge 阅读全文
摘要:
<template> <div id="app"> <button @click="changeProvide">点我改变值</button> </div> </template> <script> export default { name: 'App', data() { return { pr 阅读全文