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
a2526eb4
Commit
a2526eb4
authored
Jan 10, 2020
by
刘泽奇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
f9329782
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
53 additions
and
19 deletions
+53
-19
igirl-channel-web/app/front/entry/public/css/pagecom.css
+0
-0
igirl-channel-web/app/front/vues/pages/jdtrademark/jdtrademark.js
+10
-7
igirl-channel-web/app/front/vues/pages/login/login.html
+5
-5
igirl-channel-web/app/front/vues/pages/login/login.js
+11
-0
igirl-channel-web/app/front/vues/pages/nowbuy/nowbuy.css
+10
-3
igirl-channel-web/app/front/vues/pages/nowbuy/nowbuy.html
+2
-1
igirl-channel-web/app/front/vues/pages/register/register.html
+1
-1
igirl-channel-web/app/front/vues/pages/register/register.js
+12
-0
igirl-channel-web/app/front/vues/pages/selftmreg/selftmreg.css
+1
-1
igirl-channel-web/app/front/vues/pages/servicedetails/servicedetails.html
+1
-1
No files found.
igirl-channel-web/app/front/entry/public/css/pagecom.css
View file @
a2526eb4
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/jdtrademark/jdtrademark.js
View file @
a2526eb4
...
@@ -244,15 +244,23 @@
...
@@ -244,15 +244,23 @@
}
}
break
;
break
;
case
"bw"
:
case
"bw"
:
if
(
$
.
cookie
(
'userpin'
)
&&
$
.
cookie
(
'userpin'
)
!=
""
)
{
if
(
code
.
channelItemCode
)
{
if
(
code
.
channelItemCode
)
{
switch
(
code
.
itemCode
)
{
switch
(
code
.
itemCode
)
{
case
"zzsbzc"
:
case
"zzsbzc"
:
if
(
$
.
cookie
(
'userpin'
)
&&
$
.
cookie
(
'userpin'
)
!=
""
)
{
this
.
$router
.
push
({
this
.
$router
.
push
({
path
:
`/
${
this
.
$root
.
channelName
}
/bwselftmreg`
,
query
:
{
path
:
`/
${
this
.
$root
.
channelName
}
/bwselftmreg`
,
query
:
{
sdsId
:
code
.
channelItemCode
sdsId
:
code
.
channelItemCode
}
}
});
});
}
else
{
this
.
$message
({
type
:
"warning"
,
message
:
"当前未登录"
})
}
/*this.$router.push({ path: "/jd/selftmreg", query: {} });*/
/*this.$router.push({ path: "/jd/selftmreg", query: {} });*/
break
;
break
;
case
"fzsbzc"
:
case
"fzsbzc"
:
...
@@ -273,12 +281,7 @@
...
@@ -273,12 +281,7 @@
message
:
"没有当前产品信息"
message
:
"没有当前产品信息"
})
})
}
}
}
else
{
this
.
$message
({
type
:
"warning"
,
message
:
"当前未登录"
})
}
break
;
break
;
...
...
igirl-channel-web/app/front/vues/pages/login/login.html
View file @
a2526eb4
...
@@ -30,14 +30,14 @@
...
@@ -30,14 +30,14 @@
<el-button
id=
"loginCode"
type=
"primary"
plain
style=
"width: 145px;
<el-button
id=
"loginCode"
type=
"primary"
plain
style=
"width: 145px;
background: #128EE9;
background: #128EE9;
color: #fff;"
color: #fff;"
@
click=
"obtaincode1"
>
@
click=
"obtaincode1"
:disabled=
"vCodeClick"
>
获取验证码
</el-button>
获取验证码
</el-button>
</el-form-item>
</el-form-item>
<div
style=
"font-size:12px;color:#B2B2B2;margin-top: -4px;
<div
style=
"font-size:12px;color:#B2B2B2;margin-top: -4px;
margin-left: 85px;"
>
margin-left: 85px;"
>
<span
style=
"color:#108EE9;cursor:pointer"
@
click=
"register()"
>
没有账号?去注册
</span>
<span
style=
"color:#108EE9;cursor:pointer"
@
click=
"register()"
>
没有账号?去注册
</span>
<span
style=
"margin:0 4px;"
>
|
</span>
<
!-- <
span style="margin:0 4px;">|</span>
<span
style=
"color:#999999;cursor:pointer"
@
click=
"rsetpassword"
>
忘记密码?
</span>
<span style="color:#999999;cursor:pointer" @click="rsetpassword">忘记密码?</span>
-->
</div>
</div>
<el-form-item
style=
"margin-bottom:8px;"
>
<el-form-item
style=
"margin-bottom:8px;"
>
<el-button
type=
"primary"
class=
"login-content-button"
@
click=
"checklogin1"
style=
"margin-top: 50px;"
>
登录
</el-button>
<el-button
type=
"primary"
class=
"login-content-button"
@
click=
"checklogin1"
style=
"margin-top: 50px;"
>
登录
</el-button>
...
@@ -59,8 +59,8 @@
...
@@ -59,8 +59,8 @@
<div
style=
"font-size:12px;color:#B2B2B2;margin-top: -4px;
<div
style=
"font-size:12px;color:#B2B2B2;margin-top: -4px;
margin-left: 85px;"
>
margin-left: 85px;"
>
<span
style=
"color:#108EE9;cursor:pointer"
@
click=
"register()"
>
没有账号?去注册
</span>
<span
style=
"color:#108EE9;cursor:pointer"
@
click=
"register()"
>
没有账号?去注册
</span>
<span
style=
"margin:0 4px;"
>
|
</span>
<
!-- <
span style="margin:0 4px;">|</span>
<span
style=
"color:#999999;cursor:pointer"
@
click=
"rsetpassword"
>
忘记密码?
</span>
<span style="color:#999999;cursor:pointer" @click="rsetpassword">忘记密码?</span>
-->
</div>
</div>
<el-form-item
style=
"margin-bottom:8px;"
>
<el-form-item
style=
"margin-bottom:8px;"
>
<el-button
type=
"primary"
key=
"xxcccc"
class=
"login-content-button"
@
click=
"checklogin2"
style=
"margin-top: 50px;"
>
登录
</el-button>
<el-button
type=
"primary"
key=
"xxcccc"
class=
"login-content-button"
@
click=
"checklogin2"
style=
"margin-top: 50px;"
>
登录
</el-button>
...
...
igirl-channel-web/app/front/vues/pages/login/login.js
View file @
a2526eb4
...
@@ -95,6 +95,7 @@
...
@@ -95,6 +95,7 @@
],
],
},
},
reqUrl
:
""
,
reqUrl
:
""
,
vCodeClick
:
false
,
}
}
},
},
mounted
:
function
()
{
mounted
:
function
()
{
...
@@ -163,6 +164,16 @@
...
@@ -163,6 +164,16 @@
let
obj
=
this
.
$root
.
copyParams
({
mobile
:
this
.
form1
.
mobile
},
"getVerifyCode"
,
"/auth/accessAuth/springBoard"
);
let
obj
=
this
.
$root
.
copyParams
({
mobile
:
this
.
form1
.
mobile
},
"getVerifyCode"
,
"/auth/accessAuth/springBoard"
);
this
.
$root
.
postReq
(
"/web/trademark/tmqueryCtl/doPost"
,
obj
).
then
((
d
)
=>
{
this
.
$root
.
postReq
(
"/web/trademark/tmqueryCtl/doPost"
,
obj
).
then
((
d
)
=>
{
if
(
d
.
status
==
0
)
{
if
(
d
.
status
==
0
)
{
let
date
=
60
;
this
.
vCodeClick
=
true
;
let
timer
=
setInterval
(()
=>
{
$
(
'#loginCode'
).
text
(
date
--
);
if
(
date
<
1
)
{
clearInterval
(
timer
);
this
.
vCodeClick
=
false
;
$
(
'#loginCode'
).
text
(
'获取验证码'
);
}
},
1000
);
console
.
log
(
"返回信息"
,
d
);
console
.
log
(
"返回信息"
,
d
);
}
else
{
}
else
{
console
.
log
(
d
.
msg
);
console
.
log
(
d
.
msg
);
...
...
igirl-channel-web/app/front/vues/pages/nowbuy/nowbuy.css
View file @
a2526eb4
...
@@ -64,7 +64,7 @@
...
@@ -64,7 +64,7 @@
.nowbuy-footer-warpper
{
.nowbuy-footer-warpper
{
height
:
60px
;
height
:
60px
;
padding-top
:
10px
;
padding-top
:
10px
;
background
:
#E6F0FF
;
background
:
rgb
(
239
,
240
,
247
)
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
position
:
fixed
;
position
:
fixed
;
bottom
:
0
;
bottom
:
0
;
...
@@ -83,7 +83,7 @@
...
@@ -83,7 +83,7 @@
}
}
.nowbuy-footer
>
span
{
.nowbuy-footer
>
span
{
color
:
#f54a07
;
color
:
rgb
(
229
,
7
,
120
)
;
}
}
.nowbuy-footer-img
{
.nowbuy-footer-img
{
...
@@ -103,7 +103,8 @@
...
@@ -103,7 +103,8 @@
.nowbuy-footer
>
div
>
button
{
.nowbuy-footer
>
div
>
button
{
margin-left
:
30px
;
margin-left
:
30px
;
border-radius
:
0
;
border-radius
:
0
;
color
:
aquamarine
;
background
:
rgb
(
81
,
210
,
183
)
!important
;
border
:
none
;
width
:
120px
;
width
:
120px
;
height
:
40px
;
height
:
40px
;
}
}
...
@@ -120,3 +121,8 @@
...
@@ -120,3 +121,8 @@
.el-table
tr
{
.el-table
tr
{
background
:
none
;
background
:
none
;
}
}
.nowbuy-form
.el-textarea__inner
{
width
:
996px
;
min-height
:
105px
!important
;
}
\ No newline at end of file
igirl-channel-web/app/front/vues/pages/nowbuy/nowbuy.html
View file @
a2526eb4
...
@@ -50,7 +50,8 @@
...
@@ -50,7 +50,8 @@
<el-input
v-model=
"apply.email"
></el-input>
<el-input
v-model=
"apply.email"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"备注:"
>
<el-form-item
label=
"备注:"
>
<el-input
type=
"textarea"
v-model=
"apply.notes"
></el-input>
<el-input
type=
"textarea"
v-model=
"apply.notes"
>
</el-input>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
</div>
</div>
...
...
igirl-channel-web/app/front/vues/pages/register/register.html
View file @
a2526eb4
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
<el-input
style=
"width:175px;"
v-model=
"form1.code"
placeholder=
"请输入验证码"
><i
slot=
"prefix"
<el-input
style=
"width:175px;"
v-model=
"form1.code"
placeholder=
"请输入验证码"
><i
slot=
"prefix"
class=
"el-input__icon el-icon-edit"
></i></el-input>
class=
"el-input__icon el-icon-edit"
></i></el-input>
<el-button
id=
"loginCode"
type=
"primary"
plain
style=
"width:135px;background: rgba(18,142,233,1);
<el-button
id=
"loginCode"
type=
"primary"
plain
style=
"width:135px;background: rgba(18,142,233,1);
color: rgba(255,255,255,1);"
@
click=
"obtaincode1"
>
color: rgba(255,255,255,1);"
:disabled=
"vCodeClick"
@
click=
"obtaincode1"
>
获取验证码
</el-button>
获取验证码
</el-button>
</el-form-item>
</el-form-item>
<div
class=
"zhanghao"
>
已有账号?
<div
class=
"zhanghao"
>
已有账号?
...
...
igirl-channel-web/app/front/vues/pages/register/register.js
View file @
a2526eb4
...
@@ -100,6 +100,7 @@
...
@@ -100,6 +100,7 @@
{
min
:
6
,
max
:
18
,
message
:
'长度在 6 到 18 个字符'
,
trigger
:
'blur'
}
{
min
:
6
,
max
:
18
,
message
:
'长度在 6 到 18 个字符'
,
trigger
:
'blur'
}
],
],
},
},
vCodeClick
:
false
,
}
}
},
},
mounted
:
function
()
{
mounted
:
function
()
{
...
@@ -161,9 +162,20 @@
...
@@ -161,9 +162,20 @@
this
.
resetall
();
this
.
resetall
();
},
},
obtaincode1
(){
obtaincode1
(){
let
obj
=
this
.
$root
.
copyParams
({
mobile
:
this
.
form1
.
mobile
},
"getVerifyCode"
,
"/auth/accessAuth/springBoard"
);
let
obj
=
this
.
$root
.
copyParams
({
mobile
:
this
.
form1
.
mobile
},
"getVerifyCode"
,
"/auth/accessAuth/springBoard"
);
this
.
$root
.
postReq
(
"/web/trademark/tmqueryCtl/doPost"
,
obj
).
then
((
d
)
=>
{
this
.
$root
.
postReq
(
"/web/trademark/tmqueryCtl/doPost"
,
obj
).
then
((
d
)
=>
{
if
(
d
.
status
==
0
)
{
if
(
d
.
status
==
0
)
{
let
date
=
60
;
this
.
vCodeClick
=
true
;
let
timer
=
setInterval
(()
=>
{
$
(
'#loginCode'
).
text
(
date
--
);
if
(
date
<
1
)
{
clearInterval
(
timer
);
this
.
vCodeClick
=
false
;
$
(
'#loginCode'
).
text
(
'获取验证码'
);
}
},
1000
);
console
.
log
(
"返回信息"
,
d
);
console
.
log
(
"返回信息"
,
d
);
}
else
{
}
else
{
console
.
log
(
d
.
msg
);
console
.
log
(
d
.
msg
);
...
...
igirl-channel-web/app/front/vues/pages/selftmreg/selftmreg.css
View file @
a2526eb4
...
@@ -235,7 +235,7 @@
...
@@ -235,7 +235,7 @@
position
:
fixed
;
position
:
fixed
;
bottom
:
0
;
bottom
:
0
;
left
:
0
;
left
:
0
;
padding-right
:
1
59px
;
padding-right
:
1
0.9%
;
}
}
.selftmregType
{
.selftmregType
{
...
...
igirl-channel-web/app/front/vues/pages/servicedetails/servicedetails.html
View file @
a2526eb4
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
<el-dialog
title=
"提交需求"
:visible
.
sync=
"dialogFormVisible"
center
width=
"600px"
>
<el-dialog
title=
"提交需求"
:visible
.
sync=
"dialogFormVisible"
center
width=
"600px"
>
<el-form
:model=
"form"
ref=
"form"
:rules=
"rules"
style=
"margin-left:40px"
>
<el-form
:model=
"form"
ref=
"form"
:rules=
"rules"
style=
"margin-left:40px"
>
<div
style=
"color:#606266;font-size:14px;font-weight:400;line-height:12px;margin-bottom:30px;margin-left:12px"
>
<div
style=
"color:#606266;font-size:14px;font-weight:400;line-height:12px;margin-bottom:30px;margin-left:12px"
>
服务需求:{{serviceName}}
</div>
服务需求:{{service
Item.item
Name}}
</div>
<el-form-item
label=
"您的名字:"
prop=
"name"
>
<el-form-item
label=
"您的名字:"
prop=
"name"
>
<el-input
v-model=
"form.name"
autocomplete=
"off"
placeholder=
"请输入您的名字"
style=
"width:360px"
></el-input>
<el-input
v-model=
"form.name"
autocomplete=
"off"
placeholder=
"请输入您的名字"
style=
"width:360px"
></el-input>
</el-form-item>
</el-form-item>
...
...
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