Commit 31276e05 authored by zhangyanni's avatar zhangyanni

h5会员权益

parent 003d6b83
......@@ -561,7 +561,7 @@ module.exports = {
collected: "Followers",
commuated: "Communicated",
slider: "Please slide to the right",
tryoneMore:"再试一次",// TODO:翻译
tryoneMore:"Try Again",
successAuth: "Verification Successful",
notAuthTitle: "You haven’t passed personal verification, please verify first",
shareTitle: "Scan QR code with WeChat, and share this page with WeChat friends",
......@@ -3804,7 +3804,7 @@ module.exports = {
searchTitle:"Continue Searching",
congruation:"Congratulations, you will get 6 months VIP privileges! Please log in and verification with your computer!",
alreadyLogin:"Log in Immediately",
alreadyAuth:"立即认证",//TODO:翻译
alreadyAuth:"Verify Now",
goLogin:"Login",
returnIndex:"Back to Home",
screenTitle:"Select",
......@@ -3813,7 +3813,7 @@ module.exports = {
searchResult:"Results",
showOldActicle:"Recovery",
baiduTrans:"The translation service is provided by Baidu Translator.",
authSuccessTitle:"您的认证信息已提交审核,您可以",//TODO:翻译
authSuccessTitle:"Your information has been submitted for review, you can",
},
saleResponsibleUser:{
title:"User Managed",
......
......@@ -3973,7 +3973,7 @@ module.exports = {
vipInfo:{
title:"会员等级说明",
tabOne:"会员权益价值",
tabOneTitle:"TechaBook作为科创项目与大企业需求即时对接合作平台,致力于为每一位会员提供最优质的对接服务。开通VIP会员即享受价值2万元的全年对接服务,还可免费使用平台其他功能权益。同时VIP会员服务能为用户节省5万元*的BD成本。(5万元=一对一对接服务1000元/次x50次/年)",
tabOneTitle:"TechBook作为科创项目与大企业需求即时对接合作平台,致力于为每一位会员提供最优质的对接服务。开通VIP会员即享受价值2万元的全年对接服务,还可免费使用平台其他功能权益。同时VIP会员服务能为用户节省5万元*的BD成本。(5万元=一对一对接服务1000元/次x50次/年)",
tabTwo:"会员活动福利",
tabTwoTitle:"TechBook上线伊始,为了招募原始会员,重磅推出注册认证即可免费获得VIP会员活动,活动期间用户只要注册认证就可免费获取6个月的VIP用户使用资格。",
canShow:{
......@@ -3982,10 +3982,45 @@ module.exports = {
tabThree:"认证用户",
tabFour:"超级用户",
tabFourT:"(VIP)",
},
authorityOne:"查看完整需求信息",
authorityTwo:"查看需求条数",
authorityThree:"可发布项目数量",
authorityFour:"同时匹配需求数量",
authorityFive:"优质需求推荐",
authoritySix:"优先匹配权",
authoritySeven:"专属客服经理",
authorityEight:"数据报表",
authorityNine:"线下沙龙活动邀请",
authorityTen:"太库认证",
authorityEleven:"新功能优先体验权",
limitedTo:"受限",
totalTen:"共10条",
totalHundrud:"100条/日",
totalFiveHundruds:"500条/日",
twoNumber:"2条",
tenNumber:"10条",
twoStrip:"2个",
noLimit:"不限",
payment:"付费",
onSale:"折扣/减免",
joinIn:"加入TechBook",
bBauthorityOne:"查看完整项目信息",
bBauthorityTwo:"查看项目数量",
bBauthorityThree:"可发布需求数量",
bBauthorityFour:"同时匹配项目数量",
bBauthorityFive:"优质项目推荐",
bBauthoritySix:"需求最长时效",
oneYear:"1年",
threeMonths:"3个月",
}
}
},
}
......@@ -609,6 +609,11 @@ export default new Router({
component: resolve => require(['./views/usehelpview/usehelp.vue'], resolve),
meta: {title: '使用帮助'}
},
{
path:'/vip',
name:"vip",
component:vip
},
{
path:"/knowledgeList",
name:"knowledgeList",
......@@ -695,11 +700,6 @@ export default new Router({
name:"mobileAddAuth",
component:mobileAddAuth
},
{
path:'/vip',
name:"vip",
component:vip
},
{
path: '/reminder',
component: resolve => require(['./views/mobile/reminder.vue'], resolve),
......
This diff is collapsed.
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