|
|
|
|
@ -128,19 +128,24 @@ export default {
|
|
|
|
|
success: (res) => {
|
|
|
|
|
if (res.confirm) {
|
|
|
|
|
that.G.Post(that.api.order_checkMemberDel, { id: that.memberInfo.id }, (checkRes) => {
|
|
|
|
|
console.log('checkRes1', checkRes);
|
|
|
|
|
if (checkRes) {
|
|
|
|
|
that.G.handleConfirm({
|
|
|
|
|
title: "删除",
|
|
|
|
|
content: res,
|
|
|
|
|
success: (res) => {
|
|
|
|
|
if (res.confirm) {
|
|
|
|
|
console.log('checkRes2', checkRes);
|
|
|
|
|
uni.showModal({
|
|
|
|
|
title: "确认删除吗?",
|
|
|
|
|
content: checkRes,
|
|
|
|
|
success: (res1) => {
|
|
|
|
|
if (res1.confirm) {
|
|
|
|
|
that.subDel();
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
});
|
|
|
|
|
} else {
|
|
|
|
|
console.log('checkRes3', checkRes);
|
|
|
|
|
that.subDel();
|
|
|
|
|
}
|
|
|
|
|
}, (err) => {
|
|
|
|
|
console.log('err2', err);
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -158,6 +163,8 @@ export default {
|
|
|
|
|
detail: 1,
|
|
|
|
|
});
|
|
|
|
|
}, 1500);
|
|
|
|
|
}, (err) => {
|
|
|
|
|
console.log('err', err);
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
changeName(e) {
|
|
|
|
|
|