|
|
@@ -196,6 +196,8 @@ export default {
|
|
|
const hasItem = this.selectList.find(item => Number(item.id) == Number(info.id) && Number(item.property) == Number(property))
|
|
|
this.$util.hitVoice()
|
|
|
if(hasItem){
|
|
|
+ const currentNum = Number(hasItem.currentNum) || 0
|
|
|
+ this.replaceItemFn({ ...hasItem, currentNum: currentNum + 1 })
|
|
|
return
|
|
|
}
|
|
|
const unitName = property == 1 ? (info.bigUnit || info.unitName || '扎') : '份'
|