摘要: Model Model={ data:{程序需要操作的数据或信息}, create:{增数据}, delete:{删数据}, undate(data){ Object.assign(m.data,data) //使用新数据替换旧数据 eventsBus.trigger('m:upate') //ev 阅读全文
posted @ 2020-12-07 14:35 JaneLifeVlog 阅读(35) 评论(0) 推荐(0)
摘要: 文字 color: transparent; text-shadow: #111 0 0 5px; 图片 filter: blur(10px); 阅读全文
posted @ 2020-12-07 09:52 JaneLifeVlog 阅读(51) 评论(0) 推荐(0)
摘要: mounted(){ this.getList(); //获取列表 }, methods: { getList() { this.loading = true; let that = this; axios.post('adress_____',that.form).then(function (r 阅读全文
posted @ 2020-12-07 09:13 JaneLifeVlog 阅读(236) 评论(0) 推荐(0)