|
@@ -362,7 +362,7 @@ export default {
|
|
|
return info;
|
|
return info;
|
|
|
},
|
|
},
|
|
|
//添加删除和修改花材
|
|
//添加删除和修改花材
|
|
|
- replaceItemFn(item) {
|
|
|
|
|
|
|
+ replaceItemFn(item,multiple=0) {
|
|
|
console.log('........replace_item......')
|
|
console.log('........replace_item......')
|
|
|
console.log(item)
|
|
console.log(item)
|
|
|
const list = this.selectList
|
|
const list = this.selectList
|
|
@@ -387,7 +387,7 @@ export default {
|
|
|
list[index].userPrice = item.userPrice
|
|
list[index].userPrice = item.userPrice
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
- if(this.kdType == 'HIT'){
|
|
|
|
|
|
|
+ if(this.kdType == 'HIT' && multiple ==0){
|
|
|
this.$util.hitRemind()
|
|
this.$util.hitRemind()
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -458,7 +458,7 @@ export default {
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
- this.replaceItemFn(this.customData)
|
|
|
|
|
|
|
+ this.replaceItemFn(this.customData,1)
|
|
|
this.addItemModelHidden()
|
|
this.addItemModelHidden()
|
|
|
},
|
|
},
|
|
|
addItemModelHidden() {
|
|
addItemModelHidden() {
|