vue下一页,vue用了vant的单元格to跳转到下个页面,下个页面上的一条姓名信息保存并返回上个页面让他显示在上个页面?
vue下一页,vue用了vant的单元格to跳转到下个页面,下个页面上的一条姓名信息保存并返回上个页面让他显示在上个页面?详细介绍
.allow{ overflow:hidden; height: auto; } .prohibit{ max-width: 100%; max-height: 100%; height: 100%; overflow:hidden; overflow-y: scroll; -webkit-overflow-scrolling: touch; will-change: transform; transition: all 450ms; backface-visibility: hidden; perspective: 1000; } .my-scroll{ position: relative; color: #999; .scroll-top{ text-align: center; display:flex; position:absolute; top:0; left:0; width:100%; overflow: hidden; } .scroll-list{ overflow:hidden; min-height: 100%; } .scroll-bottom{ text-align: center; line-height: .8rem; div{ display:flex; height:auto; width:100%; justify-content: center; align-items:center; flex-wrap: wrap; i{ flex:1 0 100%; display:block; height: 0.4rem; } img{ width:0.6rem; } p{ flex:1 0 100%; } } } }
共:{{totalPageCount||0}}页,当前页为第{{currentPage||0}}页 设置总页数: