|
@@ -84,7 +84,7 @@ Page({
|
|
const studentPaymentOrderDetails = item.studentPaymentOrderDetails || [];
|
|
const studentPaymentOrderDetails = item.studentPaymentOrderDetails || [];
|
|
studentPaymentOrderDetails.forEach((student: any) => {
|
|
studentPaymentOrderDetails.forEach((student: any) => {
|
|
student.originalPrice = this.formatPrice(student.paymentCashAmount, 'ALL');
|
|
student.originalPrice = this.formatPrice(student.paymentCashAmount, 'ALL');
|
|
- student.typeName = this.formatPeriod(student.goodsNum, student.activationCodeInfo?.type);
|
|
|
|
|
|
+ student.typeName = this.formatPeriod(student.activationCodeInfo?.times || 1, student.activationCodeInfo?.type);
|
|
})
|
|
})
|
|
item.studentPaymentOrderDetails = studentPaymentOrderDetails
|
|
item.studentPaymentOrderDetails = studentPaymentOrderDetails
|
|
});
|
|
});
|