谢杰标 2 éve
szülő
commit
9e70ed9f09
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      pages3/polyv/detail.vue

+ 1 - 1
pages3/polyv/detail.vue

@@ -2032,7 +2032,7 @@ export default {
         }
       }
       let detail = await this.$api.goodsDetail(this.goodsId);
-      if (detail.data.data.erJianErZao) {
+      if (detail.data.data.erJianErZao || detail.data.data.jjShiGongYuan) {
         let info = await this.$api.userConfirmInfoDetail({
           orderGoodsId: this.orderGoodsId,
         });