diff --git a/high-unionPay/pages/goods/goods-list/goods-list.vue b/high-unionPay/pages/goods/goods-list/goods-list.vue index 9942262..0d9eb1e 100644 --- a/high-unionPay/pages/goods/goods-list/goods-list.vue +++ b/high-unionPay/pages/goods/goods-list/goods-list.vue @@ -9,7 +9,7 @@ - + @@ -265,6 +265,15 @@ uni.navigateTo({ url: '../../goods/goods?id=' + e }); + }, + //跳转内容 + jumpCont(item) { + if (item.jumpUrl) { + uni.navigateTo({ + url: item.jumpUrl + }) + } + }, } diff --git a/high-unionPay/pages/tabBar/home/home.vue b/high-unionPay/pages/tabBar/home/home.vue index 659f79a..e12e67a 100644 --- a/high-unionPay/pages/tabBar/home/home.vue +++ b/high-unionPay/pages/tabBar/home/home.vue @@ -335,7 +335,7 @@ //弹窗首页广告 this.showPopup(); this.imgadres3 = res.return_data.childCategory[0].imgData; - this.webUrl = res.return_data.childCategory[0].ext1; + this.webUrl = res.return_data.childCategory[0].jumpUrl; this.jumpType = res.return_data.childCategory[0].jumpType; } }); @@ -422,9 +422,9 @@ }, //轮播跳转活动 jumplottery(item) { - if (item.ext1) { + if (item.jumpUrl) { uni.navigateTo({ - url: item.ext1 + url: item.jumpUrl }) } }, diff --git a/high-unionPay/pages/unionPay/recharge-centre/recharge-centre.vue b/high-unionPay/pages/unionPay/recharge-centre/recharge-centre.vue index 2792996..335a010 100644 --- a/high-unionPay/pages/unionPay/recharge-centre/recharge-centre.vue +++ b/high-unionPay/pages/unionPay/recharge-centre/recharge-centre.vue @@ -40,9 +40,9 @@ - +