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
333457f5
Commit
333457f5
authored
Apr 05, 2020
by
xd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改切换专柜
parent
4986eedb
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
5 deletions
+12
-5
changeCounter.vue
wx_application/src/views/counter/changeCounter.vue
+4
-3
index.vue
wx_application/src/views/mainSale/active/main/index.vue
+8
-2
No files found.
wx_application/src/views/counter/changeCounter.vue
View file @
333457f5
...
@@ -21,22 +21,23 @@
...
@@ -21,22 +21,23 @@
<
script
>
<
script
>
import
{
getStoreList
}
from
"@/api/sidebar/voucher"
import
{
getStoreList
}
from
"@/api/sidebar/voucher"
import
{
log
}
from
'util'
;
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
radio
:
"1"
,
radio
:
''
,
userId
:
''
,
userId
:
''
,
list
:
[]
list
:
[]
}
}
},
},
created
()
{
created
()
{
this
.
getList
()
this
.
getList
()
this
.
userId
=
sessionStorage
.
getItem
(
'userId'
)
this
.
radio
=
this
.
$route
.
query
.
userId
},
},
methods
:
{
methods
:
{
getList
()
{
getList
()
{
let
params
=
{
let
params
=
{
user_id
:
this
.
userId
user_id
:
this
.
$route
.
query
.
userId
}
}
getStoreList
(
params
).
then
(
res
=>
{
getStoreList
(
params
).
then
(
res
=>
{
console
.
log
(
res
.
data
);
console
.
log
(
res
.
data
);
...
...
wx_application/src/views/mainSale/active/main/index.vue
View file @
333457f5
...
@@ -278,7 +278,13 @@ export default {
...
@@ -278,7 +278,13 @@ export default {
this
.
$router
.
push
(
"counterInfo"
);
this
.
$router
.
push
(
"counterInfo"
);
},
},
switchBarClick
()
{
switchBarClick
()
{
this
.
$router
.
push
(
"ChangeCounter"
);
// this.$router.push("ChangeCounter");
this
.
$router
.
push
({
path
:
'ChangeCounter'
,
query
:{
userId
:
this
.
zcache
.
userId
}
})
},
},
testButtonClick
()
{},
testButtonClick
()
{},
menu01Click
()
{},
menu01Click
()
{},
...
...
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