您好,登錄后才能下訂單哦!
1.需求:
點擊商場跳轉到商業體列表
解決方案:
元頁面:
a標簽中添加跳轉函數
<a class="orderBtn1 sIRicon2" href="javascript:void(0);" rel="external nofollow" @click="toMallInfo('M000989')"><i class="sIRicon"></i>商場</a>
toMallInfo: function(mallCode){ this.$router.push({ path: '/propertyInfo/mall/mallList', // name: 'mallList', query: { mallCode: 'M000989' } }) },
將將跳轉的url添加到 $router中。
path 中的url 最前面加 / 代表是根目錄下,不加則是子路由
通過path + query 的組合傳遞參數
----
跳轉頁面接收參數
created(){ this.getParams() }, methods :{getParams(){ // 取到路由帶過來的參數 const routerParams = this.$route.query.mallCode // 將數據放在當前組件的數據內 this.mallInfo.searchMap.mallCode = routerParams; this.keyupMallName() } }, watch: { '$route': 'getParams' }
解決!!!
以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持億速云。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。