Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
soss
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hooloo
web
soss
Commits
3963e692
Commit
3963e692
authored
May 12, 2022
by
张成
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
e17d8e26
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
src/views/shop/shop/components/preferential.vue
+1
-0
src/views/shop/shop/setShop.vue
+1
-1
No files found.
src/views/shop/shop/components/preferential.vue
View file @
3963e692
...
@@ -48,6 +48,7 @@ export default {
...
@@ -48,6 +48,7 @@ export default {
if
(
valid
)
{
if
(
valid
)
{
addRecommend
(
this
.
form
).
then
((
res
)
=>
{
addRecommend
(
this
.
form
).
then
((
res
)
=>
{
this
.
$modal
.
msgSuccess
(
"成功"
);
this
.
$modal
.
msgSuccess
(
"成功"
);
this
.
open
=
false
;
});
});
}
}
});
});
...
...
src/views/shop/shop/setShop.vue
View file @
3963e692
...
@@ -29,7 +29,7 @@ import TodaySpecial from './components/TodaySpecial.vue'
...
@@ -29,7 +29,7 @@ import TodaySpecial from './components/TodaySpecial.vue'
export
default
{
export
default
{
components
:
{
AddShop
,
Machine
,
Commodity
,
Recommend
},
components
:
{
AddShop
,
Machine
,
Commodity
,
Recommend
,
TodaySpecial
},
data
()
{
data
()
{
return
{
return
{
activeName
:
'first'
,
activeName
:
'first'
,
...
...
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