Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李俊赕
self-support
Commits
c1ab2f2a
Commit
c1ab2f2a
authored
May 21, 2021
by
Damon
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
https://git.banshouhui.com/lijundan/self-support
into dev
parents
ef2d74c5
3918983e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
8 deletions
+5
-8
index.vue
src/pages/index/index.vue
+5
-5
mine.vue
src/pages/index/mine.vue
+0
-3
No files found.
src/pages/index/index.vue
View file @
c1ab2f2a
...
...
@@ -172,10 +172,7 @@
// 每次进入页面都刷新入驻状态
this
.
pageNumber
=
0
this
.
initSettleInfo
();
if
(
this
.
status
==
7
)
{
this
.
getLocation
()
}
this
.
initSettleInfo
();
},
methods
:
{
getData
()
{
...
...
@@ -211,7 +208,10 @@
self
.
search
.
pageNumber
=
0
self
.
loadedOrder
=
false
self
.
loadOrderList
();
await
app
.
getBaseInfo
(
self
,
callBack
);
await
app
.
getBaseInfo
(
self
,
callBack
);
if
(
this
.
status
==
7
)
{
this
.
getLocation
()
}
this
.
loaded
=
true
;
}
else
{
this
.
loaded
=
true
...
...
src/pages/index/mine.vue
View file @
c1ab2f2a
...
...
@@ -177,9 +177,6 @@
app
.
setUserData
({},
this
)
app
.
globalData
.
logout
=
true
},
handleSuperButton
()
{
this
.
$u
.
route
({
url
:
'pages/mine/superLogin/index'
})
},
async
allowLogin
()
{
let
res
=
await
this
.
$u
.
api
.
allowLogin
()
if
(
res
&&
res
.
code
==
200
)
{
...
...
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