@ -84,6 +84,12 @@
// "navigationBarTitleText": "会员中心",
"navigationStyle": "custom"
}
},{
"path": "pages/member/index1",
"style": {
},
{
"path": "pages/memberInfo/index",
@ -1011,9 +1011,15 @@
})
return;
if(this.userInfo.user_type == 30){
uni.navigateTo({
url: '/pages/member/index?type=' + (this.userInfo.user_type != 30 ? 'hy' : 'fx')
url: '/pages/member/index?type=fx'
}else{
url: '/pages/member/index1?type=hy'
toFuwu() {
@ -765,7 +765,7 @@
// icon: 'none',
// duration: 2000
// })
this.goJump('/pages/member/index');
this.goJump('/pages/member/index1');
openScrollTo() {
@ -976,9 +976,15 @@
this.goLogin()
if(type == 'hy'){
url: '/pages/member/index1?type=' + type
url: '/pages/member/index?type=' + type
goOrder() {
if (this.isLogin == false) {