mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-19 15:56:48 +08:00
细节
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
this.bandIndexs = []
|
||||
this.bandItem = []
|
||||
this.indexs = [0]
|
||||
this.posiData = [this.posiLists[0]]
|
||||
this.posiData = []
|
||||
this.bandFirst = ''
|
||||
this.bandEnd = ''
|
||||
},
|
||||
@@ -146,9 +146,9 @@
|
||||
this.isTrue = true
|
||||
},
|
||||
searchItem(item,index){
|
||||
if(index == 0){
|
||||
return
|
||||
}
|
||||
// if(index == 0){
|
||||
// return
|
||||
// }
|
||||
const indexToRemove = this.indexs.indexOf(index);
|
||||
if (indexToRemove !== -1) {
|
||||
this.indexs.splice(indexToRemove, 1);
|
||||
|
||||
Reference in New Issue
Block a user