Browse Source

修改工作台链接地址

luyanan 7 years ago
parent
commit
a98e7447f4
4 changed files with 4 additions and 4 deletions
  1. 1 1
      consult.html
  2. 1 1
      css/workspace.css
  3. 1 1
      js/settings/expert-authentication.js
  4. 1 1
      myConsult.html

+ 1 - 1
consult.html

26
		<div class="workcon">
26
		<div class="workcon">
27
			<div class="workconitem consublock">
27
			<div class="workconitem consublock">
28
				<div class="workcontit">
28
				<div class="workcontit">
29
					<a class="worksamlltit worksamlltit3 worksamlltitnow" href="consult.html">收到咨询</a>
30
					<a class="worksamlltit worksamlltit3" href="myConsult.html">我的咨询</a>
29
					<a class="worksamlltit worksamlltit3" href="myConsult.html">我的咨询</a>
30
					<a class="worksamlltit worksamlltit3 worksamlltitnow" href="consult.html">收到咨询</a>
31
				</div>
31
				</div>
32
				<div class="worksubcon">
32
				<div class="worksubcon">
33
					<div class="workmysrc workmysrc3 displayNone" id="getConsult">
33
					<div class="workmysrc workmysrc3 displayNone" id="getConsult">

+ 1 - 1
css/workspace.css

11
11
12
/*左侧菜单*/
12
/*左侧菜单*/
13
.workmenu{text-align:center; float:left; width:12%; height:auto; background: #fff;overflow: hidden;}
13
.workmenu{text-align:center; float:left; width:12%; height:auto; background: #fff;overflow: hidden;}
14
.workmenu>ul>li a{display: inline-block;background-position:14px center;background-repeat: no-repeat;width:100%;background-size:18px 18px; height:52px;font-size:16px;line-height:52px;color: #666; cursor:pointer;}
14
.workmenu>ul>li a{display: inline-block;background-position:14px center;background-repeat: no-repeat;width:100%;background-size:18px 18px; height:52px;font-size:16px;line-height:52px;color: #666;}
15
.workmenu>ul>li:nth-child(1)>a{background-image:url(../images/g_article_icon_gongzuotai_nor.png);}
15
.workmenu>ul>li:nth-child(1)>a{background-image:url(../images/g_article_icon_gongzuotai_nor.png);}
16
.workmenu>ul>li:nth-child(2)>a{background-image:url(../images/g_article_icon_zixun_nor.png);}
16
.workmenu>ul>li:nth-child(2)>a{background-image:url(../images/g_article_icon_zixun_nor.png);}
17
.workmenu>ul>li:nth-child(3)>a{background-image:url(../images/g_article_icon_ziyuan_nor.png);}
17
.workmenu>ul>li:nth-child(3)>a{background-image:url(../images/g_article_icon_ziyuan_nor.png);}

+ 1 - 1
js/settings/expert-authentication.js

218
					$("#identts").text("在【我的工作台】可以查看发布中的需求,与企业展开合作,将科研价值变现。");
218
					$("#identts").text("在【我的工作台】可以查看发布中的需求,与企业展开合作,将科研价值变现。");
219
					$("#identBtn").show().text("进入[我的工作台]");
219
					$("#identBtn").show().text("进入[我的工作台]");
220
					$("#identBtn").on("click", function() {
220
					$("#identBtn").on("click", function() {
221
						window.location.href = "workspaces.html";
221
						window.location.href = "myConsult.html";
222
					})
222
					})
223
				}
223
				}
224
				if(authStatus == 3) {
224
				if(authStatus == 3) {

+ 1 - 1
myConsult.html

27
		<div class="workcon">
27
		<div class="workcon">
28
			<div class="workconitem consublock">
28
			<div class="workconitem consublock">
29
				<div class="workcontit">
29
				<div class="workcontit">
30
				<a class="worksamlltit worksamlltit3" href="consult.html">收到咨询</a>
31
					<a class="worksamlltit worksamlltit3 worksamlltitnow" href="myConsult.html">我的咨询</a>
30
					<a class="worksamlltit worksamlltit3 worksamlltitnow" href="myConsult.html">我的咨询</a>
31
					<a class="worksamlltit worksamlltit3" href="consult.html">收到咨询</a>
32
				</div>
32
				</div>
33
				<div class="worksubcon">
33
				<div class="worksubcon">
34
					<div class="workmysrc workmysrc3" id="getReply">
34
					<div class="workmysrc workmysrc3" id="getReply">