小小子
小小子
仓库地址:https://github.com/qiming75/luci-app-mero 首页:https://www.igniteiot.com/#section-pricing 这网页一模一样啊,是一家吗?
1. 存在的问题 npm上的 echart-tooltip-loop包存在导出错误:`module.exports`被写为`module.export`。 version:1.0.1 ``` module.export = function (chart, chartOption, options) { var defaultOptions = { interval: 2000, loopSeries: false, seriesIndex: 0, updateData: null }; ...... } ```
回显时的数据结构: ``` uploadFiles:[ { name:'',extname:"",url:"https://tse3-mm.cn.bing.net/th/id/OIP-C.Md86Wi2EYiKHNPldRZiD4gHaEo?w=286&h=180&c=7&r=0&o=5&pid=1.7",id:3 }, { name:'',extname:"",url:"https://tse1-mm.cn.bing.net/th/id/OIP-C.Zte3ljd4g6kqrWWyg-8fhAHaEo?w=286&h=180&c=7&r=0&o=5&pid=1.7",id:2 }, { name:'',extname:"",url:"https://tse4-mm.cn.bing.net/th/id/OIP-C.GC_ugX-TzPVR26SSxI1kZwHaE9?w=267&h=180&c=7&r=0&o=5&pid=1.7",id:1 }, ] ``` 触发一次删除后的数据结构 ``` [ { cloudPath:undefined, extname:"", fileID:undefined, fileType:undefined, image:undefined, name:"", path:"https://tse3-mm.cn.bing.net/th/id/OIP-C.Md86Wi2EYiKHNPldRZiD4gHaEo?w=286&h=180&c=7&r=0&o=5&pid=1.7",size:undefined,status:undefined, url:"https://tse3-mm.cn.bing.net/th/id/OIP-C.Md86Wi2EYiKHNPldRZiD4gHaEo?w=286&h=180&c=7&r=0&o=5&pid=1.7",uuid:undefined } // ..... ]...