在Vue中获取自定义属性方法:data-id的实例
网络编程 2021-07-04 14:06www.168986.cn编程入门
这篇文章主要介绍了在Vue中获取自定义属性方法:data-id的实例,具有很好的参考价值,希望对大家有所帮助。一起跟随长沙网络推广过来看看吧
获取自定义属性的方法
第一步在标签上绑定上@click="getDateId(item.id)",并将属性值传到绑定的事件里面
第二步在标签上继续绑定date-id = "item.id"属性
第三步在<script>里面的属性methods里面添写上事件函数 getDateId(id){} 在事件函数里面获取id的值即可
<template> <h2 class="left t-title" @click='getDataId(item.id)' :data-id="item.id"></h2> </template> <script> methods: { getDataId(id) { console.log(id); } }, </script>
补充知识vue本地存储、获取自定义data-id、获取链接url参数、页面跳转返回、修改页面title
一、本地存储
localStorage.setItem('uqid','REgaI2eAT9yDfpdc'); //存储本地(传死参)
var uqid = localStorage.getItem('uqid'); // 获取存储本地值
或者
var orderSn = 20; localStorage.setItem('orderSn',orderSn); var uqid = localStorage.getItem('orderSn');
二、获取自定义--------data-id
bindList(e){ var autoId = $(e.currentTarget).attr('data-id'); //获取div -data },
三、获取链接---url参数
http://localhost:8080/#/lineitem?uqid =2019032817530157997 (获取---uqid ) bindList(){ var uqid = utils.getUrlKey('uqid'); alert(uqid ); },
以上获取url参数需要引入js文件----utils.js
/ eslint-disable / export default{ getUrlKey: function (name) { return decodeURIComponent((new RegExp('[?|&]' + name + '=' + '([^&;]+?)(&|#|;|$)').exec(location.href) || [, ""])[1].replace(/\+/g, '%20')) || null } }
main.js全局引入下
import utils from './assets/js/utils.js' //获取url参数
global.utils = utils;
四、页面跳转返回
@click="bindReturn" methods:{ bindReturn(){ this.$router.go(-1); //返回上一页, }, bindOrider(){ this.$router.push({path: '/doctorlist'}); //页面跳转 }, }
router/index.js文件中
import doctorList from '@/ponents/doctorlist' export default new Router({ routes: [ { path:'/doctorlist', name:'doctorList ', ponent:doctorList , meta: { title: '我是修改后的页面title' } }, ] })
修改页面title--main.js 添加
// 修改页面title router.beforeEach((to, from, next) => { / 路由发生变化修改页面title / if (to.meta.title) { document.title = to.meta.title; } next(); })
以上这篇在Vue中获取自定义属性方法:data-id的实例就是长沙网络推广分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持狼蚁SEO。
编程语言
- 如何快速学会编程 如何快速学会ug编程
- 免费学编程的app 推荐12个免费学编程的好网站
- 电脑怎么编程:电脑怎么编程网咯游戏菜单图标
- 如何写代码新手教学 如何写代码新手教学手机
- 基础编程入门教程视频 基础编程入门教程视频华
- 编程演示:编程演示浦丰投针过程
- 乐高编程加盟 乐高积木编程加盟
- 跟我学plc编程 plc编程自学入门视频教程
- ug编程成航林总 ug编程实战视频
- 孩子学编程的好处和坏处
- 初学者学编程该从哪里开始 新手学编程从哪里入
- 慢走丝编程 慢走丝编程难学吗
- 国内十强少儿编程机构 中国少儿编程机构十强有
- 成人计算机速成培训班 成人计算机速成培训班办
- 孩子学编程网上课程哪家好 儿童学编程比较好的
- 代码编程教学入门软件 代码编程教程