Commit 0df9e07868fc8de8ffa5c52f6f8a958e12eddf75
1 parent
6342de51
路径修改
Showing
2 changed files
with
2 additions
and
2 deletions
packageA/pages/profile/profile.js
| ... | ... | @@ -827,7 +827,7 @@ Page({ |
| 827 | 827 | //-- 跳转到获取导购的列表 -- |
| 828 | 828 | go_get_guide:function () { |
| 829 | 829 | this.check_click_ok(function(){ |
| 830 | - getApp().goto("/pages/user/choice_guide/choice_guide"); | |
| 830 | + getApp().goto("/packageB/pages/user/choice_guide/choice_guide"); | |
| 831 | 831 | },1) |
| 832 | 832 | }, |
| 833 | 833 | ... | ... |
pages/user/userinfo/userinfo.js
| ... | ... | @@ -896,7 +896,7 @@ Page({ |
| 896 | 896 | //-- 跳转到获取导购的列表 -- |
| 897 | 897 | go_get_guide:function () { |
| 898 | 898 | this.check_click_ok(function(){ |
| 899 | - getApp().goto("/pages/user/choice_guide/choice_guide"); | |
| 899 | + getApp().goto("/packageB/pages/user/choice_guide/choice_guide"); | |
| 900 | 900 | },1) |
| 901 | 901 | }, |
| 902 | 902 | ... | ... |