Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
techbook
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
front-end-dev
techbook
Commits
b79f46ff
Commit
b79f46ff
authored
Jan 13, 2021
by
zhangyanni
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
积分跳转
parent
05f96c96
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mine.vue
src/views/mobile/integral/mine.vue
+1
-1
search.vue
src/views/mobile/search/search.vue
+1
-1
No files found.
src/views/mobile/integral/mine.vue
View file @
b79f46ff
...
...
@@ -198,7 +198,7 @@
this
.
$router
.
push
({
path
:
"/modifypersonal"
,
query
:{
state
:
true
,
isEdit
:
1
}})
break
;
case
"ITV010"
:
this
.
$router
.
push
({
path
:
"/
modifypersonal"
,
query
:{
state
:
true
,
isEdit
:
2
}})
this
.
$router
.
push
({
path
:
"/
editNickName"
,
query
:{
isApply
:
0
}})
break
;
case
"ITV013"
:
if
(
!
data
.
isCompleted
){
...
...
src/views/mobile/search/search.vue
View file @
b79f46ff
...
...
@@ -1573,7 +1573,7 @@
if
(
from
.
name
&&
(
from
.
name
==
"duijiephoneBusinessDetail"
||
from
.
name
==
"duijieaddPhoneRequire"
||
from
.
name
==
"editPhoneRequire"
||
from
.
name
==
"duijiephoneBusinessList"
||
from
.
name
==
"duijiephoneRequireDetail"
)){
vm
.
currentIndex
=
1
;
}
if
(
from
.
name
&&
from
.
name
.
indexOf
(
"activity"
)
!=-
1
){
if
(
from
.
name
&&
(
from
.
name
.
indexOf
(
"activity"
)
!=-
1
||
from
.
name
==
"live"
)
){
vm
.
currentIndex
=
2
;
}
if
(
from
.
name
&&
(
from
.
name
.
indexOf
(
"topic"
)
!=
-
1
)
||
from
.
name
.
indexOf
(
"Topic"
)
!=
-
1
)
{
...
...
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