Commit b79f46ff authored by zhangyanni's avatar zhangyanni

积分跳转

parent 05f96c96
......@@ -198,7 +198,7 @@
this.$router.push({path:"/modifypersonal",query:{state:true,isEdit:1}})
break;
case "ITV010":
this.$router.push({path:"/modifypersonal",query:{state:true,isEdit:2}})
this.$router.push({path:"/editNickName",query:{isApply:0}})
break;
case "ITV013":
if(!data.isCompleted){
......
......@@ -1573,7 +1573,7 @@
if(from.name &&(from.name=="duijiephoneBusinessDetail"||from.name=="duijieaddPhoneRequire"||from.name=="editPhoneRequire"||from.name=="duijiephoneBusinessList"||from.name=="duijiephoneRequireDetail")){
vm.currentIndex = 1;
}
if(from.name &&from.name.indexOf("activity")!=-1){
if(from.name &&(from.name.indexOf("activity")!=-1||from.name=="live")){
vm.currentIndex = 2;
}
if (from.name && (from.name.indexOf("topic") != -1) || from.name.indexOf("Topic") != -1) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment