Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gdtel-gztel-school-center-ui
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
吴学德
gdtel-gztel-school-center-ui
Commits
73605028
Commit
73605028
authored
Feb 14, 2022
by
伍思炜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
毕业生宽带后台设置
parent
80d815e3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
16 deletions
+22
-16
src/views/school-center/schoolmanager/schoolmanagement.vue
+10
-9
src/views/user/Login.vue
+9
-4
src/views/user/register.vue
+3
-3
No files found.
src/views/school-center/schoolmanager/schoolmanagement.vue
View file @
73605028
...
...
@@ -429,7 +429,7 @@
key
:
'isShowyhgj'
,
},
{
title
:
'毕业生
优惠
'
,
title
:
'毕业生
宽带
'
,
value
:
'bysyhBTN'
,
key
:
'bysyhBTN'
,
children
:
[
...
...
@@ -439,7 +439,7 @@
key
:
'sjkbl'
,
},
{
title
:
'老用户
优惠
'
,
title
:
'老用户
办理
'
,
value
:
'lyhyh'
,
key
:
'lyhyh'
,
}
...
...
@@ -726,18 +726,19 @@
id
:
data
.
id
}
let
url
=
""
;
if
(
data
.
serviceQrcode
!=
undefined
)
{
let
url2
=
""
;
if
(
data
.
serviceQrcode
)
{
url
=
this
.
baseuploadUrl
()
+
"app/ciop"
+
data
.
serviceQrcode
.
replace
(
"enclosure"
,
""
);
}
else
{
url
=
this
.
baseuploadUrl
()
+
"app/"
;
}
if
(
data
.
packageQrcode
!=
undefined
)
{
url
=
this
.
baseuploadUrl
()
+
"app/ciop"
+
data
.
packageQrcode
.
replace
(
"enclosure"
,
""
);
if
(
data
.
packageQrcode
)
{
url
2
=
this
.
baseuploadUrl
()
+
"app/ciop"
+
data
.
packageQrcode
.
replace
(
"enclosure"
,
""
);
}
else
{
url
=
this
.
baseuploadUrl
()
+
"app/"
;
url
2
=
this
.
baseuploadUrl
()
+
"app/"
;
}
if
(
!
(
data
.
serviceQrcode
==
null
||
data
.
serviceQrcode
==
""
)
)
{
if
(
data
.
serviceQrcode
)
{
//下载图片浏览
this
.
fileList
.
push
({
uid
:
this
.
getuuid
(),
...
...
@@ -746,13 +747,13 @@
url
:
url
,
})
}
if
(
!
(
data
.
packageQrcode
==
null
||
data
.
packageQrcode
==
""
)
)
{
if
(
data
.
packageQrcode
)
{
//下载图片浏览
this
.
fileList2
.
push
({
uid
:
this
.
getuuid
(),
name
:
'找不到图片'
,
status
:
'done'
,
url
:
url
,
url
:
url
2
,
})
}
this
.
modifyForm
.
id
=
data
.
id
...
...
src/views/user/Login.vue
View file @
73605028
...
...
@@ -195,14 +195,16 @@
}
getPhoneCode
(
data
).
then
(
res
=>
{
if
(
res
.
code
==
200
)
{
this
.
$notification
.
success
({
message
:
res
.
message
?
res
.
message
:
"发送成功
"
,
});
//
this.$notification.success({
// message: res.message ? res.message : "
",
//
});
return
null
;
}
if
(
res
.
message
!=
''
)
{
this
.
$notification
.
error
({
message
:
res
.
message
?
res
.
message
:
"发送错误
"
,
message
:
res
.
message
?
res
.
message
:
"
"
,
});
}
})
//初始化倒计时
this
.
countdown
=
60
;
...
...
@@ -257,6 +259,8 @@
this
.
departConfirm
({});
}).
catch
((
err
)
=>
{
that
.
requestFailed
(
err
);
let
dow
=
document
.
getElementById
(
'gc-canvas'
);
dow
.
click
();
})
}
})
...
...
@@ -484,6 +488,7 @@
}
}
/
deep
/
#gc-canvas
{
height
:
67vw
/
@
vw
;
}
...
...
src/views/user/register.vue
View file @
73605028
...
...
@@ -193,9 +193,9 @@ export default {
}
registercode
(
data
).
then
(
res
=>
{
if
(
res
.
code
==
200
){
this
.
$notification
.
success
({
message
:
res
.
message
,
});
//
this.$notification.success({
//
message: res.message,
//
});
return
null
;
}
this
.
$notification
.
error
({
...
...
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