Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
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
hujun
tl_estate
Commits
f99df0c5
Commit
f99df0c5
authored
May 05, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
c27d8484
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
10 deletions
+8
-10
public.js
public/appnew/src/assets/js/public.js
+1
-0
achieveForkLi.vue
public/appnew/src/components/achieveMain/achieveForkLi.vue
+1
-0
headPublic.vue
public/appnew/src/components/publicEg/headPublic.vue
+6
-10
No files found.
public/appnew/src/assets/js/public.js
View file @
f99df0c5
...
@@ -4,6 +4,7 @@ if(location.origin === 'https://api.tonglianjituan.com') {
...
@@ -4,6 +4,7 @@ if(location.origin === 'https://api.tonglianjituan.com') {
ServerHost
=
location
.
origin
;
ServerHost
=
location
.
origin
;
};
};
import
axios
from
'axios'
;
import
axios
from
'axios'
;
import
'@/assets/js/layer041002.js'
;
export
default
{
export
default
{
ServerHost
,
ServerHost
,
isAndroid
()
{
isAndroid
()
{
...
...
public/appnew/src/components/achieveMain/achieveForkLi.vue
View file @
f99df0c5
...
@@ -73,6 +73,7 @@
...
@@ -73,6 +73,7 @@
width
:
.4rem
;
width
:
.4rem
;
line-height
:
1.4rem
;
line-height
:
1.4rem
;
font-size
:
.3rem
;
font-size
:
.3rem
;
font-weight
:
bolder
;
color
:
rgb
(
102
,
102
,
102
);
color
:
rgb
(
102
,
102
,
102
);
}
}
.rank-li
>
div
:nth-of-type
(
2
)
{
.rank-li
>
div
:nth-of-type
(
2
)
{
...
...
public/appnew/src/components/publicEg/headPublic.vue
View file @
f99df0c5
...
@@ -14,18 +14,14 @@
...
@@ -14,18 +14,14 @@
props
:
{
props
:
{
data
:
{
data
:
{
type
:
Object
,
type
:
Object
,
default
:
function
()
{
default
:
()
=>
({
return
{
message
:
'hello'
message
:
'hello'
})
}
}
}
},
data
()
{
return
{
}
}
},
},
data
:
()
=>
({
}),
computed
:
{
computed
:
{
},
},
...
...
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