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
82d143ff
Commit
82d143ff
authored
May 14, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式调整
parent
aa21c533
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
23 deletions
+6
-23
achieve_temp.css
public/app/css/achieve_temp.css
+3
-1
common.js
public/app/js/common.js
+3
-22
No files found.
public/app/css/achieve_temp.css
View file @
82d143ff
...
...
@@ -438,11 +438,13 @@ p.add_admins>span:nth-of-type(2){
box-sizing
:
border-box
;
text-align
:
center
;
overflow
:
hidden
;
word-break
:
break-all
;
padding-top
:
.2rem
.05rem
;
}
/*组长看到的样式*/
.achieve_zz_ul
>
li
>
div
{
line-height
:
1.2rem
;
/*line-height: 1.2rem;*/
/*width: 1.18rem;*/
width
:
17%
;
}
...
...
public/app/js/common.js
View file @
82d143ff
...
...
@@ -245,7 +245,7 @@ function dealJineNum(num){
//模拟测试服app登录接口
function
loginCs
(
phone
,
pwd
){
$
.
ajax
({
url
:
'https://pre2.tonglianjituan.com
/broker/login'
,
url
:
ServerHostTempC
+
'
/broker/login'
,
type
:
'POST'
,
data
:
{
'phone'
:
phone
,
...
...
@@ -260,24 +260,4 @@ function loginCs(phone, pwd){
complete
:
function
(
xhr
,
textStatus
)
{
}
});
}
function
loginCsNew
(
phone
,
pwd
){
var
myHeaders
=
new
Headers
();
myHeaders
.
append
(
'Content-Type'
,
'application/x-www-form-urlencoded; charset=UTF-8'
);
var
formData
=
new
FormData
();
formData
.
append
(
'phone'
,
phone
);
formData
.
append
(
'pwd'
,
pwd
);
var
request
=
new
Request
(
'https://pre2.tonglianjituan.com/broker/login'
,
{
method
:
'post'
,
mode
:
'cors'
,
body
:
formData
,
headers
:
myHeaders
});
fetch
(
request
).
then
(
function
(
response
){
console
.
log
(
response
);
//response.json();
}).
then
(
function
(
result
){
console
.
log
(
result
);
});
};
};
\ No newline at end of file
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