Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
Y
ybf
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
xulili
ybf
Commits
bc2aa7b0
Commit
bc2aa7b0
authored
Mar 24, 2020
by
Z
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Z: Dot: Wx: add alert.
parent
ea68e3f9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
home.vue
ybf_wx/src/views/home.vue
+2
-0
index.vue
ybf_wx/src/views/sideNav/discount/index.vue
+2
-0
No files found.
ybf_wx/src/views/home.vue
View file @
bc2aa7b0
...
...
@@ -73,6 +73,8 @@
}
},
mounted
()
{
alert
(
`--->home.vue: JSON.stringify(this.$route)=
${
JSON
.
stringify
(
this
.
$route
)}
`
)
alert
(
`--->home.vue: this.$route.path=
${
this
.
$route
.
path
}
`
)
this
.
zReadyUserId
();
this
.
zTestGetNowUrlInfo
()
},
...
...
ybf_wx/src/views/sideNav/discount/index.vue
View file @
bc2aa7b0
...
...
@@ -88,6 +88,8 @@ export default {
};
},
created
()
{
alert
(
`--->sideNav/discount/index.vue: JSON.stringify(this.$route)=
${
JSON
.
stringify
(
this
.
$route
)}
`
)
alert
(
`--->sideNav/discount/index.vue: this.$route.path=
${
this
.
$route
.
path
}
`
)
this
.
getAgentAuth
();
this
.
zcache
.
userId
=
this
.
$route
.
params
.
userId
;
this
.
zReadyGetUserFromId
()
...
...
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