redirectTo和navigateTo在跳转时候还是会闪一下tabbar
Tocoustmer:function(e){


var s = JSON.stringify(getDataCustoms);
wx.redirectTo({
url: '../coustmer/coustmer?options=' + s
})
},
Tocoustmer:function(e){


var s = JSON.stringify(getDataCustoms);
wx.redirectTo({
url: '../coustmer/coustmer?options=' + s
})
},