diff --git a/src/components/Index.vue b/src/components/Index.vue index 0ca1e80..1a59798 100644 --- a/src/components/Index.vue +++ b/src/components/Index.vue @@ -255,7 +255,9 @@ const activityBtn = (item) => { if (item.id == 2) { console.log("新客专享页面"); - window.location.href='/subs/financial/pages/index/index' + let url='/subs/financial/pages/index/index' + + wx.miniProgram.navigateTo({url}) } if (item.id == 3) {