2018年10月17日

摘要: //写入一个js文件 在组件中引用并传值 例: 阅读全文
posted @ 2018-10-17 10:44 执着慕晚的流年 阅读(1137) 评论(0) 推荐(0) 编辑
 
摘要: data(){ return:{ bak: require('引用图片'), } } methods:{ imgLoadError () { this.$ajax.$post("接口", { //this.$ajax.$post 为自己封装的请求方式 errorType: ''//反馈类型 }, msg => { }); } }... 阅读全文
posted @ 2018-10-17 10:28 执着慕晚的流年 阅读(3455) 评论(0) 推荐(0) 编辑
 
摘要: html: <span v-for="i in numArr">{{i}}</span> 效果: 阅读全文
posted @ 2018-10-17 10:19 执着慕晚的流年 阅读(5773) 评论(0) 推荐(0) 编辑