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
5ff539a5
Commit
5ff539a5
authored
Feb 28, 2023
by
lixiaomin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改店铺商品信息特惠bug
parent
68779bae
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
src/views/shop/shop/components/preferential.vue
+3
-1
No files found.
src/views/shop/shop/components/preferential.vue
View file @
5ff539a5
...
...
@@ -143,7 +143,7 @@ export default {
// 取消按钮
cancel
()
{
this
.
open
=
false
;
this
.
reset
();
//
this.reset();
},
// 表单重置
reset
()
{
...
...
@@ -160,6 +160,8 @@ export default {
this
.
form
.
discount
=
data
.
discount
this
.
form
.
type
=
2
;
this
.
recommendTagList
=
[];
this
.
tagValues
=
""
;
this
.
form
.
recommendPrice
=
null
;
this
.
goodsTagList
=
data
.
goodsTagList
;
if
(
this
.
goodsTagList
.
length
>
0
){
for
(
let
i
=
0
;
i
<
this
.
goodsTagList
.
length
;
i
++
){
...
...
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