谢杰标 2 anni fa
parent
commit
6a05d41bbd
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      pages3/polyv/detail.vue

+ 3 - 1
pages3/polyv/detail.vue

@@ -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);