|
@@ -917,11 +917,15 @@ Page({
|
|
this.data.oldInfo.splice(index, 1)
|
|
this.data.oldInfo.splice(index, 1)
|
|
this.data.otherInfo.splice(index, 1)
|
|
this.data.otherInfo.splice(index, 1)
|
|
this.data.childInfo.splice(index, 1)
|
|
this.data.childInfo.splice(index, 1)
|
|
|
|
+ this.data.regularsInfo.splice(index, 1)
|
|
|
|
+ this.data.regularsInfos.splice(index, 1)
|
|
this.setData({
|
|
this.setData({
|
|
oldInfo: this.data.oldInfo,
|
|
oldInfo: this.data.oldInfo,
|
|
nameArr: this.data.nameArr,
|
|
nameArr: this.data.nameArr,
|
|
otherInfo: this.data.otherInfo,
|
|
otherInfo: this.data.otherInfo,
|
|
childInfo: this.data.childInfo,
|
|
childInfo: this.data.childInfo,
|
|
|
|
+ regularsInfo: this.data.regularsInfo,
|
|
|
|
+ regularsInfos: this.data.regularsInfos,
|
|
})
|
|
})
|
|
|
|
|
|
if ((this.data.activeIndex == index && this.data.activeIndex > 0) || (this.data.activeIndex > index && this.data.activeIndex > 0)) {
|
|
if ((this.data.activeIndex == index && this.data.activeIndex > 0) || (this.data.activeIndex > index && this.data.activeIndex > 0)) {
|