修复拼团与秒杀二次选择商品不可以再次删除的问题
This commit is contained in:
@ -248,7 +248,12 @@ export default {
|
||||
},
|
||||
form1: {
|
||||
good:{
|
||||
|
||||
productId: null,
|
||||
storeName: null,
|
||||
image: null,
|
||||
otPrice: null,
|
||||
price: null,
|
||||
cform: null
|
||||
}
|
||||
},
|
||||
formValidate: {
|
||||
|
@ -254,7 +254,12 @@ export default {
|
||||
},
|
||||
form1: {
|
||||
good:{
|
||||
|
||||
productId: null,
|
||||
storeName: null,
|
||||
image: null,
|
||||
otPrice: null,
|
||||
price: null,
|
||||
cform: null
|
||||
}
|
||||
},
|
||||
formValidate: {
|
||||
|
Reference in New Issue
Block a user