Commit 1c666d38edcb47d2c615e00cc489a9a92563edf9

Authored by yvan.ni
1 parent 8d0c5060

积分充值的时候,页面的跳转的优化

packageD/pages/user/integral/msg/msg.js
... ... @@ -68,10 +68,8 @@ Page({
68 68 })
69 69 },
70 70 homepage:function(){
71   -
72   - wx.navigateTo({
73   - url: "../../index/index",
74   - })
  71 +
  72 + getApp().goto('/pages/index/index/index');
75 73 },
76 74  
77 75 /**
... ...