摘要:
let pages = getCurrentPages();// 获取页面栈 let current = pages[pages.length - 1]; // 当前页面 let url = current.route //当前页面url let options = current.options //如果要获取url中所带的参数可以查看options l... 阅读全文
posted @ 2019-10-25 09:56
ThisCall
阅读(375)
评论(0)
推荐(0)