简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
<template><div class="service-asset-management--wrapper"><el-table border :loading="tableLoading" :data="tableData" row-key="id"><el-table-column label="序号" width="50" align="cent
在起始页面跳转到test.vue页面并传递参数uni.navigateTo({url: 'test?id=1&name=uniapp'});test页面接受传递过来的参数onLoad(option) {console.log(option.id);console.log(option.name);}
<template><div class="time"><span>{{nowTime}}&nbsp</span><span>{{nowWeek}}</span></div></template><script>export default {data () {return {now
因为页面二级路由的和三级的路由共用router-view 了,需要利用router-view 和 redirect 重新定义如下图所示
因为页面二级路由的和三级的路由共用router-view 了,需要利用router-view 和 redirect 重新定义如下图所示
需要自己设置视频的宽高<video class="video" id="demoVideo" :controls="false" :enable-progress-gesture="false" :show-center-play-btn="disable" src="https://img.cdn.aliyun.dcloud.net.cn/guide/uniapp/%E7%AC%AC1%E
vue excel表格下载