Commit c6473a60 authored by zhangyanni's avatar zhangyanni

翻译

parent 5b4e64cd
......@@ -623,8 +623,8 @@ module.exports = {
success:"Successful",
buttonSuccess:"Go to Workspace – ",
buttonEndTitle:"”to check progress",
bBNoAuthTitle:"You haven't verified your personal information. You can access more technology interests after verification",
sBNoAuthTitle:"You haven't verified your personal information. You can access more startup products after verification",
bBNoAuthTitle:"You haven't published product information.You can view more requests after publishing and approval!",
sBNoAuthTitle:"You haven't published requests.You can view more product information after publishing and approval!",
placeholderKey:"Enter Technology Keywords",
auditSuccessAuth:"Your verification is approved! You can ",
sendProject:"publish a product profile",
......
......@@ -90,7 +90,7 @@
handleSearchDetail(data) {
if (data) {
var tab = this.publicFun.getCookie("searchTabInd") ? this.publicFun.getCookie("searchTabInd") : this.userInfo.empType == 0 ? 2 : 1;
var tab = 1;
if (this.$route.name != "duijiemobileSearchResult") {
this.$router.push({path: "/mobileSearchResult", query: {key: data, tab: tab}});
......@@ -126,7 +126,6 @@
if (flag) {
this.userInfo = JSON.parse(this.Base64.decode(this.publicFun.getCookie("userInfo")))?JSON.parse(this.Base64.decode(this.publicFun.getCookie("userInfo"))):null;
}
if (this.userInfo) this.showNavFunc();
},
......@@ -164,84 +163,6 @@
this.searchVisible = !this.searchVisible;
},
showNavFunc() {
this.activeList = [
{
id: 15,
name: "proFeedBack"
},
{
id: 2,
name: "findProject"
}, {
id: 3,
name: "findCustomer"
}, {
id: 4,
name: "professionfocusing"
}, {
id: 5,
name: "cooperationcase"
}, {
id: 6,
name: "useHelp"
}, {
id: 12,
name: "activityList"
}];
if(this.userInfo){
this.activeList.push({
id: 14,
name: "personaldata"
});
}
if (this.userInfo && this.userInfo.roleList[0]) {
if (this.userInfo.roleList[0].roleType == 5) {
this.activeList.push({
id: 8,
name: "serviceRecord"
});
}
}
; //销售服务记录
if (this.userInfo && this.userInfo.empType == 0) {
this.activeList.push({
id: 9,
name: "submitPro"
});
this.activeList.push({
id: 10,
name: "irelease"
});
this.activeList.push({
id: 11,
name: "mymessage"
});
}
;//小B
if (this.userInfo && this.userInfo.empType == 1) {
this.activeList.push({
id: 9,
name: "postDemand"
});
this.activeList.push({
id: 10,
name: "postDemandByMe"
});
this.activeList.push({
id: 11,
name: "mymessage"
});
}
;//大B
if (this.userInfo) {
this.activeList.push({
id: 13,
name: "activityJoin"
});
}
},
//返回是否显示
isShowReturn(){
......
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