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
0e191cf6
Commit
0e191cf6
authored
Nov 25, 2019
by
刘泽奇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
5a1648bd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
37 additions
and
23 deletions
+37
-23
igirl-channel-web/app/front/vues/pages/jdbycquerytm/jdbycquerytm.html
+1
-1
igirl-channel-web/app/front/vues/pages/jdbycquerytm/jdbycquerytm.js
+16
-10
igirl-channel-web/app/front/vues/pages/selftmreg/selftmreg.js
+20
-12
No files found.
igirl-channel-web/app/front/vues/pages/jdbycquerytm/jdbycquerytm.html
View file @
0e191cf6
...
...
@@ -35,7 +35,7 @@
accept=
"image/png, image/jpeg, image/gif, image/jpg"
@
change=
"uploadImg($event, 1)"
>
</div>
<el-button
class=
"leibie-btn"
style=
"background: #fff;border:1px solid #0989c5;border-radius: 0;"
slot=
"append"
style=
"background: #fff;border:1px solid #0989c5;border-radius: 0;
height: 41px;
"
slot=
"append"
@
click=
"checkClick"
>
全部类别
<i
class=
"el-icon-arrow-down
"
>
...
...
igirl-channel-web/app/front/vues/pages/jdbycquerytm/jdbycquerytm.js
View file @
0e191cf6
...
...
@@ -2373,7 +2373,7 @@
var
obj
=
this
.
$root
.
copyParams
(
obj
,
"getCompanyInfoNoUser"
,
"/action/tmQuery/springBoard"
);
that
.
$root
.
postReq
(
"/web/trademark/tmqueryCtl/doPost"
,
obj
).
then
(
function
(
d
)
{
loading
.
close
();
console
.
log
(
d
,
"ccccccccccccccccccccccccccccccc"
);
console
.
log
(
d
,
"ccccccccccccccccccccccccccccccc"
);
if
(
d
.
status
==
0
)
{
if
(
d
.
data
)
{
that
.
companyInfo
=
d
.
data
;
...
...
@@ -2593,7 +2593,7 @@
if
(
d
)
{
that
.
imageUrl
=
d
;
that
.
tag
.
name
=
that
.
picName
;
console
.
log
(
"dddddddddddddgetCropperPic"
,
imageUrl
,
"mmmmmmmmmmmmmmmmmmmmmmmm"
);
console
.
log
(
"dddddddddddddgetCropperPic"
,
imageUrl
,
"mmmmmmmmmmmmmmmmmmmmmmmm"
);
that
.
imagequery
();
}
...
...
@@ -2695,14 +2695,20 @@
$
(
"#wave-container"
).
removeClass
(
"animate-wave-container-hover"
);
});
var
that
=
this
;
this
.
$root
.
getReq
(
"/web/trademark/tmqueryCtl/getOssConfig"
,
""
).
then
(
function
(
d
)
{
that
.
imagedata
[
"key"
]
=
"key"
;
that
.
imagedata
[
"Bucket"
]
=
d
.
Bucket
;
that
.
imagedata
[
"OSSAccessKeyId"
]
=
d
.
OSSAccessKeyId
;
that
.
imagedata
[
"Signature"
]
=
d
.
Signature
;
that
.
imagedata
[
"policy"
]
=
d
.
policy
;
that
.
imagedata
[
"success_action_status"
]
=
d
.
success_action_status
;
that
.
action
=
d
.
url
;
var
obj
=
that
.
$root
.
copyParams
(
""
,
"getOssConfig"
,
"/action/tmTools/springBoard"
);
console
.
log
(
obj
,
'iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii'
);
that
.
$root
.
postReq
(
"/web/trademark/tmqueryCtl/doPost"
,
obj
).
then
(
function
(
d
)
{
console
.
log
(
d
,
`mmmmmmmmmmmmmmmmmmmmmmm`
);
if
(
d
.
status
==
0
)
{
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`
);
}
});
this
.
headers
=
[];
this
.
headers
[
"商标名称"
]
=
"sbmc"
;
...
...
igirl-channel-web/app/front/vues/pages/selftmreg/selftmreg.js
View file @
0e191cf6
...
...
@@ -381,25 +381,33 @@
},
deep
:
true
},
step
(
oldVal
,
newVal
){
console
.
log
(
oldVal
,
newVal
,
"mmmmmmmmmmmmmmmmmmmmmnnnnnnnnnnnnnnnn"
);
if
(
Number
(
oldVal
)
!=
Number
(
newVal
))
{
window
.
scrollTo
(
0
,
0
);
}
}
},
mounted
:
function
()
{
this
.
$root
.
getChannelPath
();
var
that
=
this
;
that
.
toTop
();
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
)
{
var
obj
=
that
.
$root
.
copyParams
(
""
,
"getOssConfig"
,
"/action/tmTools/springBoard"
);
console
.
log
(
obj
,
'iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii'
);
that
.
$root
.
postReq
(
"/web/trademark/tmqueryCtl/doPost"
,
obj
).
then
(
function
(
d
)
{
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`
);
if
(
d
.
status
==
0
)
{
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`
);
}
});
if
(
this
.
$route
.
query
.
channelOrder
)
{
this
.
channelOrder
=
JSON
.
parse
(
this
.
$route
.
query
.
channelOrder
);
...
...
@@ -1263,7 +1271,7 @@
var
entobj
=
{
regLocation
:
this
.
apply
.
applyAddr
,
entName
:
this
.
apply
.
name
,
domainEntName
:
this
.
apply
.
name
,
creditCode
:
this
.
apply
.
code
,
businessLicensePic
:
this
.
apply
.
businessLicensePic
,
customerType
:
this
.
apply
.
customerType
,
identityCardNo
:
this
.
apply
.
identityCardNo
,
identityCardPic
:
this
.
apply
.
identityCardPic
,
businessLicensePdf
:
this
.
apply
.
businessLicensePdf
,
identityCardPic
:
this
.
apply
.
identityCardPic
,
businessLicensePdf
:
this
.
apply
.
businessLicensePdf
,
};
if
(
this
.
apply
.
customerType
==
"ent"
)
{
var
entData
=
localStorage
.
getItem
(
"historyentlist"
);
...
...
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