Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
0867d179
Commit
0867d179
authored
Dec 23, 2019
by
刘泽奇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
39ecc7ca
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
55 additions
and
29 deletions
+55
-29
igirl-channel-web/app/front/vues/pages/OAjdcompany/OAjdcompany.html
+6
-1
igirl-channel-web/app/front/vues/pages/OAjdcompany/OAjdcompany.js
+26
-2
igirl-channel-web/app/front/vues/pages/OAjddetails/OAjddetails.html
+6
-1
igirl-channel-web/app/front/vues/pages/OAjdlist/OAjdlist.html
+6
-1
igirl-channel-web/app/front/vues/pages/jdindentdetail/jdindentdetail.html
+11
-23
igirl-channel-web/app/front/vues/pages/jdindentlist/jdindentlist.js
+0
-1
No files found.
igirl-channel-web/app/front/vues/pages/OAjdcompany/OAjdcompany.html
View file @
0867d179
<div
class=
"companydetail-warpper"
>
<div
class=
"jdindentlist-header"
>
<div>
京东云PLUS企服服务平台
</div>
<div
>
<div
v-if=
"user_Name"
>
<span
v-if=
"user_Name"
><i
class=
"el-icon-user"
></i></span>
<span>
{{user_Name}}
</span>
<span
@
click=
"loginOut"
v-if=
"user_Name"
>
退出
</span>
</div>
<div
v-else
>
<a
href=
"https://login.jdcloud.com/?returnUrl=https%3A%2F%2Fwww.jdcloud.com%2F"
class=
"jdindentlist-header-login"
>
登录
</a>
<a
href=
"https://user.jdcloud.com/register?source=jdcloud&ReturnUrl=https%3A%2F%2Fwww.jdcloud.com"
style=
"display:inline-block;color: #fff;padding: 0 15px;background:linear-gradient(80deg,#3171ff 0,#a14faf 100%);border-radius:13px;height: 26px;
line-height: 26px;"
>
免费注册
</a>
</div>
</div>
<div>
<div
style=
"display:flex;height: 60px;align-items: center;"
>
...
...
igirl-channel-web/app/front/vues/pages/OAjdcompany/OAjdcompany.js
View file @
0867d179
...
...
@@ -5,15 +5,39 @@
listPath
:
{
path
:
`/
${
this
.
$root
.
channelName
}
/jdindentlist`
,
query
:
{}
},
currentStep
:
1
,
companyData
:[],
user_Name
:
""
,
}
},
mounted
:
function
()
{
},
created
:
function
()
{
document
.
cookie
.
split
(
'; '
).
map
((
item
,
index
)
=>
{
if
(
item
.
includes
(
'pin='
))
{
this
.
user_Name
=
item
.
substring
(
4
);
}
});
},
methods
:
{
loginOut
(){
let
_this
=
this
;
$
.
ajax
({
async
:
true
,
url
:
"http://login.jdcloud.com/logout"
,
type
:
"GET"
,
dataType
:
"jsonp"
,
jsonp
:
'callback'
,
jsonpCallback
:
'handleResponse'
,
data
:
{
},
success
:
function
(
response
,
status
,
xhr
)
{
console
.
log
(
'状态为:'
+
status
+
',状态是:'
+
xhr
.
statusText
);
console
.
log
(
response
);
if
(
response
.
code
==
0
){
_this
.
user_Name
=
""
;
}
}
});
},
},
vname
:
"gsb-OAjdcompany"
...
...
igirl-channel-web/app/front/vues/pages/OAjddetails/OAjddetails.html
View file @
0867d179
...
...
@@ -9,11 +9,16 @@
</div> -->
<div
class=
"jdindentlist-header"
>
<div>
京东云PLUS企服服务平台
</div>
<div
>
<div
v-if=
"user_Name"
>
<span
v-if=
"user_Name"
><i
class=
"el-icon-user"
></i></span>
<span>
{{user_Name}}
</span>
<span
@
click=
"loginOut"
v-if=
"user_Name"
>
退出
</span>
</div>
<div
v-else
>
<a
href=
"https://login.jdcloud.com/?returnUrl=https%3A%2F%2Fwww.jdcloud.com%2F"
class=
"jdindentlist-header-login"
>
登录
</a>
<a
href=
"https://user.jdcloud.com/register?source=jdcloud&ReturnUrl=https%3A%2F%2Fwww.jdcloud.com"
style=
"display:inline-block;color: #fff;padding: 0 15px;background:linear-gradient(80deg,#3171ff 0,#a14faf 100%);border-radius:13px;height: 26px;
line-height: 26px;"
>
免费注册
</a>
</div>
</div>
<!-- <div>
<div style="display:flex;height: 60px;align-items: center;">
...
...
igirl-channel-web/app/front/vues/pages/OAjdlist/OAjdlist.html
View file @
0867d179
<div
class=
"jdindentlist-warpper"
>
<div
class=
"jdindentlist-header"
>
<div>
京东云PLUS企服服务平台
</div>
<div>
<div
v-if=
"user_Name"
>
<span
v-if=
"user_Name"
><i
class=
"el-icon-user"
></i></span>
<span>
{{user_Name}}
</span>
<span
@
click=
"loginOut"
v-if=
"user_Name"
>
退出
</span>
</div>
<div
v-else
>
<a
href=
"https://login.jdcloud.com/?returnUrl=https%3A%2F%2Fwww.jdcloud.com%2F"
class=
"jdindentlist-header-login"
>
登录
</a>
<a
href=
"https://user.jdcloud.com/register?source=jdcloud&ReturnUrl=https%3A%2F%2Fwww.jdcloud.com"
style=
"display:inline-block;color: #fff;padding: 0 15px;background:linear-gradient(80deg,#3171ff 0,#a14faf 100%);border-radius:13px;height: 26px;
line-height: 26px;"
>
免费注册
</a>
</div>
</div>
<div>
...
...
igirl-channel-web/app/front/vues/pages/jdindentdetail/jdindentdetail.html
View file @
0867d179
<div
class=
"wrapper-bg"
>
<div
class=
"jdindentdetail-warpper"
>
<!-- <div class="jdindentdetail-header">
<div>个人中心</div>
<div>
<span>欢迎</span>
<span>1366*565445</span>
<span>退出</span>
</div>
</div> -->
<div
class=
"jdindentlist-header"
>
<div>
京东云PLUS企服服务平台
</div>
<div>
<span><i
class=
"el-icon-user"
></i></span>
<div
v-if=
"user_Name"
>
<span
v-if=
"user_Name"
><i
class=
"el-icon-user"
></i></span>
<span>
{{user_Name}}
</span>
<span>
退出
</span>
</div>
</div>
<div>
<!-- <div style="display:flex;height: 60px;align-items: center;">
<div style="background:#ffffff;
border:3px solid #3071fe;
width:6px;
height:6px;
border-radius:100%;margin: 0 10px 0 20px;">
<span
@
click=
"loginOut"
v-if=
"user_Name"
>
退出
</span>
</div>
<div style="font-size: 16px;">
订单详情
<div
v-else
>
<a
href=
"https://login.jdcloud.com/?returnUrl=https%3A%2F%2Fwww.jdcloud.com%2F"
class=
"jdindentlist-header-login"
>
登录
</a>
<a
href=
"https://user.jdcloud.com/register?source=jdcloud&ReturnUrl=https%3A%2F%2Fwww.jdcloud.com"
style=
"display:inline-block;color: #fff;padding: 0 15px;background:linear-gradient(80deg,#3171ff 0,#a14faf 100%);border-radius:13px;height: 26px;
line-height: 26px;"
>
免费注册
</a>
</div>
</div> -->
</div>
<div
class=
"jdindentdetail"
>
<div
class=
"jdindentdetail-nav"
>
<div
style=
"background:#ffffff;
...
...
igirl-channel-web/app/front/vues/pages/jdindentlist/jdindentlist.js
View file @
0867d179
...
...
@@ -504,7 +504,6 @@
jsonp
:
'callback'
,
jsonpCallback
:
'handleResponse'
,
data
:
{
},
success
:
function
(
response
,
status
,
xhr
)
{
console
.
log
(
'状态为:'
+
status
+
',状态是:'
+
xhr
.
statusText
);
...
...
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