Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mayi-mp-shop
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
程默
mayi-mp-shop
Commits
3fdc1595
Commit
3fdc1595
authored
Jun 28, 2023
by
hxx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
协议优化
parent
395f4681
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/components/login/protocolDialog.vue
+4
-4
No files found.
src/components/login/protocolDialog.vue
View file @
3fdc1595
...
...
@@ -81,6 +81,8 @@
if
(
val
)
{
this
.
reRerender
=
true
;
this
.
len
=
0
;
this
.
restTime
=
0
;
this
.
currentIndex
=
0
;
this
.
initData
();
}
},
...
...
@@ -89,15 +91,12 @@
},
index
(
val
)
{
this
.
currentIndex
=
val
;
},
protocolList
(
val
)
{
this
.
currentProtocol
=
val
[
this
.
index
];
this
.
initData
();
}
},
methods
:
{
initData
()
{
if
(
this
.
len
!==
0
||
!
this
.
isShow
)
return
;
this
.
currentProtocol
=
this
.
protocolList
[
this
.
index
];
this
.
len
=
this
.
protocolList
.
length
;
this
.
changeData
();
},
...
...
@@ -172,6 +171,7 @@
.protocol-content
{
padding
:
0
15px
80px
;
overflow
:
auto
;
flex
:
1
;
}
.protocol-footer
{
...
...
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