Commit 58cdc2c3af0e97972e732d4c6ef76261d21fad57

Authored by 后端研发-苏明海
2 parents de494098 92862df6

Merge branch 'test' into 'qa'

Test

See merge request !573
Showing 1 changed file with 2 additions and 1 deletions
custom-tab-bar/index.js
... ... @@ -66,7 +66,8 @@ Component({
66 66 var url=e.currentTarget.dataset.url;
67 67 if(!url) return false;
68 68 if(url[0]!='/') url='/'+url;
69   - wx.switchTab({url:url,})
  69 + //wx.switchTab({url:url,})
  70 + getApp().goto(url);
70 71 }
71 72  
72 73 }
... ...