diff --git a/app.json b/app.json index 7fb17c4..22e4a66 100644 --- a/app.json +++ b/app.json @@ -75,10 +75,8 @@ "pages/user/assistance/friend_assistance", "pages/user/assistance/assistance_success", "pages/user/assistance/assistance", - "pages/video/index", "pages/template/index", "pages/store/index", - "pages/user/choice_guide/choice_guide", "pages/cart/cart2_inte/cart2_inte", "pages/giftpack/festival/festival", "pages/team/team_more/team_more", @@ -153,7 +151,9 @@ "pages/luckactivity/index/index", "pages/user/Change_phone/Change_phone", "pages/zuhegou/index/index", - "pages/user/binding_info/binding_info" + "pages/user/binding_info/binding_info", + "pages/user/choice_guide/choice_guide", + "pages/video/index" ] } diff --git a/packageA/pages/profile/profile.js b/packageA/pages/profile/profile.js index 8d346f3..b69427e 100644 --- a/packageA/pages/profile/profile.js +++ b/packageA/pages/profile/profile.js @@ -827,7 +827,7 @@ Page({ //-- 跳转到获取导购的列表 -- go_get_guide:function () { this.check_click_ok(function(){ - getApp().goto("/pages/user/choice_guide/choice_guide"); + getApp().goto("/packageB/pages/user/choice_guide/choice_guide"); },1) }, diff --git a/pages/user/userinfo/userinfo.js b/pages/user/userinfo/userinfo.js index 0b6f43e..b322b97 100644 --- a/pages/user/userinfo/userinfo.js +++ b/pages/user/userinfo/userinfo.js @@ -896,7 +896,7 @@ Page({ //-- 跳转到获取导购的列表 -- go_get_guide:function () { this.check_click_ok(function(){ - getApp().goto("/pages/user/choice_guide/choice_guide"); + getApp().goto("/packageB/pages/user/choice_guide/choice_guide"); },1) },