|
|
|
|
@ -877,11 +877,6 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
form.memberId = this.memberForm.id;
|
|
|
|
|
form.integral = this.memberForm.integral;
|
|
|
|
|
if (this.proIndex != -1) {
|
|
|
|
|
// if (this.list[this.proIndex].projectName) {
|
|
|
|
|
// this.czRecList(this.list[this.proIndex]);
|
|
|
|
|
// }
|
|
|
|
|
}
|
|
|
|
|
form.rechargeAccountList = this.recListCopy;
|
|
|
|
|
} else {
|
|
|
|
|
form.amount = res.data.price;
|
|
|
|
|
@ -898,7 +893,12 @@ export default {
|
|
|
|
|
form.cashAmount = form.amount;
|
|
|
|
|
form.collectionAmount = form.cashAmount;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (this.list.length > 0) {
|
|
|
|
|
console.log(this.list.length);
|
|
|
|
|
if (!this.list[0].projectName) {
|
|
|
|
|
this.proIndex = 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if (this.proIndex != -1) {
|
|
|
|
|
if (this.list[this.proIndex].projectName) {
|
|
|
|
|
this.czRecList(this.list[this.proIndex]);
|
|
|
|
|
|