Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
techbook
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
front-end-dev
techbook
Commits
28829178
Commit
28829178
authored
Jan 06, 2020
by
zhangyanni
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
60ff4fd0
625eaf71
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
1 deletion
+10
-1
registeruser.vue
src/views/activitypage/registeruser.vue
+3
-0
contactusphone.vue
src/views/contactusview/contactusphone.vue
+2
-1
viewproject.vue
src/views/innovatecompany/lreleaseproject/viewproject.vue
+5
-0
No files found.
src/views/activitypage/registeruser.vue
View file @
28829178
...
...
@@ -163,14 +163,17 @@
methods
:
{
registertype
(
a
){
this
.
search
.
empType
=
a
;
this
.
cur_page
=
1
;
this
.
userlistget
();
},
submitTypes
(
a
){
this
.
search
.
hasProjectRequirement
=
a
;
this
.
cur_page
=
1
;
this
.
userlistget
();
},
isauth
(
a
){
this
.
search
.
authenticationState
=
a
;
this
.
cur_page
=
1
;
this
.
userlistget
();
},
...
...
src/views/contactusview/contactusphone.vue
View file @
28829178
...
...
@@ -10,11 +10,12 @@
<div
class=
"divtext"
>
<span
class=
"iconfont icon-wechat"
></span>
<p><span
style=
"font-weight: bold"
>
{{
$t
(
'bottomNav.kfWechat'
)
}}
:
</span>
techbookservice
</p>
<p
style=
"margin-top: 0.3rem"
><span
style=
"font-weight: bold;"
>
{{
$t
(
'projectdynamics.contactnumber'
)
}}
:
</span>
0316-6175185
</p>
</div>
<div
class=
"divtext"
>
<span
class=
"iconfont icon-dingwei"
></span>
<p><span
style=
"font-weight: bold"
>
{{
$t
(
'Otherjson.bjAddress'
)
}}
</span>
{{
$t
(
'Otherjson.addresstext'
)
}}
</p>
<p><span
style=
"font-weight: bold"
>
{{
$t
(
'Otherjson.hbAddress'
)
}}
</span>
{{
$t
(
'Otherjson.hbAddressText'
)
}}
</p>
<p><span
style=
"font-weight: bold"
>
{{
$t
(
'Otherjson.bjAddress'
)
}}
</span>
{{
$t
(
'Otherjson.addresstext'
)
}}
</p>
</div>
</div>
<div>
...
...
src/views/innovatecompany/lreleaseproject/viewproject.vue
View file @
28829178
...
...
@@ -763,6 +763,11 @@
if
(
response
.
code
==
0
)
{
window
.
addEventListener
(
'scroll'
,
this
.
menu
);
this
.
addData
=
response
.
result
;
if
(
response
.
result
.
projectOtherNumberDTO
){
this
.
addData
.
projectOtherNumberDTO
=
response
.
result
.
projectOtherNumberDTO
;
}
else
{
this
.
addData
.
projectOtherNumberDTO
=
{};
}
this
.
stateauth
=
response
.
msg
;
this
.
authenticationState
=
response
.
result
.
authenticationState
;
this
.
authContent
=
response
.
result
.
authContent
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment