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
7843df01
Commit
7843df01
authored
Dec 30, 2019
by
刘泽奇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
c01e56c0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
54 additions
and
26 deletions
+54
-26
igirl-channel-web/app/front/entry/public/css/pagecom.css
+0
-0
igirl-channel-web/app/front/vues/pages/selftmreg/selftmreg.css
+14
-0
igirl-channel-web/app/front/vues/pages/selftmreg/selftmreg.html
+0
-0
igirl-channel-web/app/front/vues/pages/selftmreg/selftmreg.js
+40
-26
No files found.
igirl-channel-web/app/front/entry/public/css/pagecom.css
View file @
7843df01
This source diff could not be displayed because it is too large. You can
view the blob
instead.
igirl-channel-web/app/front/vues/pages/selftmreg/selftmreg.css
View file @
7843df01
...
...
@@ -737,4 +737,17 @@
.selftmreg
.el-dialog__wrapper
.el-dialog__header
{
text-align
:
center
;
}
.selftmreg-loginmask
{
text-align
:
center
;
}
.selftmreg-loginmask
.el-dialog__header
button
{
display
:
none
;
}
.selftmreg-loginmask
.dialog-footer
{
text-align
:
center
;
}
.selftmreg-loginmask
.dialog-footer
button
{
border-radius
:
0
;
}
\ No newline at end of file
igirl-channel-web/app/front/vues/pages/selftmreg/selftmreg.html
View file @
7843df01
This diff is collapsed.
Click to expand it.
igirl-channel-web/app/front/vues/pages/selftmreg/selftmreg.js
View file @
7843df01
...
...
@@ -317,7 +317,8 @@
totalPrices
:
null
,
dataList
:
[],
options
:
[],
titleName
:
''
titleName
:
''
,
toLogin
:
true
,
}
},
computed
:
{
...
...
@@ -342,7 +343,6 @@
}
if
(
itemCode
!=
null
)
{
this
.
itemCode
=
itemCode
;
}
else
{
this
.
$message
.
warning
(
'code参数错误'
);
return
;
...
...
@@ -421,31 +421,9 @@
this
.
listPath
.
path
=
this
.
$route
.
query
.
dqPath
?
`/
${
this
.
$root
.
channelName
}
`
+
this
.
$route
.
query
.
dqPath
:
`/
${
this
.
$root
.
channelName
}
/jdtrademark`
;
this
.
$root
.
selfFooterShow
=
false
;
this
.
getItemCode
();
var
that
=
this
;
this
.
getOss
();
this
.
noLoginMask
();
console
.
log
(
this
.
tm_form_type
);
var
obj
=
this
.
$root
.
copyParams
(
""
,
"getOssConfig"
,
"/action/tmTools/springBoard"
);
this
.
$root
.
postReq
(
"/web/trademark/tmqueryCtl/doPost"
,
obj
).
then
(
function
(
d
)
{
if
(
d
.
status
==
0
)
{
console
.
log
(
d
,
`mmmmmmmmmmmmmmmmmmmmmmm`
);
that
.
d
[
"key"
]
=
"key"
;
that
.
d
[
"Bucket"
]
=
d
.
data
.
Bucket
;
that
.
d
[
"OSSAccessKeyId"
]
=
d
.
data
.
OSSAccessKeyId
;
that
.
d
[
"Signature"
]
=
d
.
data
.
Signature
;
that
.
d
[
"policy"
]
=
d
.
data
.
policy
;
that
.
d
[
"success_action_status"
]
=
d
.
data
.
success_action_status
;
that
.
action
=
d
.
data
.
url
;
console
.
log
(
that
.
action
,
`oooooooooooooooooooooooooooo`
);
}
else
{
console
.
log
(
d
.
msg
);
}
});
if
(
this
.
$route
.
query
.
channelOrder
)
{
this
.
channelOrder
=
JSON
.
parse
(
this
.
$route
.
query
.
channelOrder
);
this
.
channelParams
=
this
.
$route
.
query
.
channelParams
;
this
.
channelUser
=
JSON
.
parse
(
this
.
$route
.
query
.
channelUser
);
console
.
log
(
this
.
$route
.
query
,
this
.
channelInfo
,
`xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx`
);
}
},
destroyed
()
{
/*
...
...
@@ -455,6 +433,42 @@
*/
},
methods
:
{
goGsbLogin
(){
this
.
toLogin
=
false
;
location
.
href
=
"https://www.gongsibao.com/user.php?redirect=https://zcchannelweb.gongsibao.com/gsbhome?state=selftmreg"
;
},
getOss
(){
var
obj
=
this
.
$root
.
copyParams
(
""
,
"getOssConfig"
,
"/action/tmTools/springBoard"
);
this
.
$root
.
postReq
(
"/web/trademark/tmqueryCtl/doPost"
,
obj
).
then
((
d
)
=>
{
if
(
d
.
status
==
0
)
{
console
.
log
(
d
,
`mmmmmmmmmmmmmmmmmmmmmmm`
);
this
.
d
[
"key"
]
=
"key"
;
this
.
d
[
"Bucket"
]
=
d
.
data
.
Bucket
;
this
.
d
[
"OSSAccessKeyId"
]
=
d
.
data
.
OSSAccessKeyId
;
this
.
d
[
"Signature"
]
=
d
.
data
.
Signature
;
this
.
d
[
"policy"
]
=
d
.
data
.
policy
;
this
.
d
[
"success_action_status"
]
=
d
.
data
.
success_action_status
;
this
.
action
=
d
.
data
.
url
;
console
.
log
(
this
.
action
,
`oooooooooooooooooooooooooooo`
);
}
else
{
console
.
log
(
d
.
msg
);
}
});
if
(
this
.
$route
.
query
.
channelOrder
)
{
this
.
channelOrder
=
JSON
.
parse
(
this
.
$route
.
query
.
channelOrder
);
this
.
channelParams
=
this
.
$route
.
query
.
channelParams
;
this
.
channelUser
=
JSON
.
parse
(
this
.
$route
.
query
.
channelUser
);
console
.
log
(
this
.
$route
.
query
,
this
.
channelInfo
,
`xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx`
);
}
},
noLoginMask
(){
console
.
log
(
this
.
$route
.
query
.
channelUserId
,
"vvvvvvvvvvvvvvvvvvvvvv"
);
if
(
!
this
.
$route
.
query
.
channelUserId
&&
this
.
$route
.
query
.
channelUserId
!=
""
)
{
this
.
toLogin
=
true
;
console
.
log
(
this
.
toLogin
,
'lllllllllllllll'
);
}
},
maxZipCode
(){
if
(
this
.
apply
.
zipCode
.
length
>
6
)
{
console
.
log
(
this
.
apply
.
zipCode
);
...
...
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