|
@@ -1645,7 +1645,9 @@ export default {
|
|
|
this.goodsData = data.data;
|
|
|
this.erJianErZao = this.goodsData.erJianErZao;
|
|
|
this.jjShiGongYuan = this.goodsData.jjShiGongYuan;
|
|
|
- this.erJianErZao && (await this.userConfirmInfoDetail());
|
|
|
+ if (this.erJianErZao || this.jjShiGongYuan) {
|
|
|
+ await this.userConfirmInfoDetail();
|
|
|
+ }
|
|
|
this.option.periodWaitTime && (await this.checkFinishRequiredCourse());
|
|
|
this.goodsData.buyNote && this.baseHandoutTipList();
|
|
|
!this.gradeId && (this.gradeId = this.goodsData.gradeId);
|