|
@@ -2212,6 +2212,11 @@ Page({
|
|
|
this.setData({
|
|
|
[Info]: []
|
|
|
})
|
|
|
+ this.SubmitOldmanInfo({
|
|
|
+ id: this.data.nameArr[this.data.activeIndex]._id,
|
|
|
+ childInfo:JSON.stringify([]),
|
|
|
+ // childrenNum: this.data.childNums[e.detail.value].substring(0, 1)
|
|
|
+ })
|
|
|
} else if (e.detail.value == 1) {
|
|
|
this.setData({
|
|
|
[Info]: [{
|