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