带鱼屏显示正确答案逻辑修改
This commit is contained in:
parent
0ca1025b42
commit
ee47743a4c
|
@ -308,6 +308,7 @@ export default {
|
|||
selectChange (item, index) {
|
||||
this.showIndex = index + 1;
|
||||
console.log("showIndex",this.showIndex)
|
||||
this.isSelected = false
|
||||
this.diseaseName = item.name
|
||||
this.getFoodData()
|
||||
console.log(index);
|
||||
|
|
Loading…
Reference in New Issue