Fix:3988 【商城小程序】礼包订单详情类型修改

This commit is contained in:
LinCyJang
2025-07-08 23:54:41 +08:00
parent 3f59801805
commit 21410c5f06
+3
View File
@@ -954,6 +954,9 @@ export default {
} else if (this.orderInfo.seckillId > 0) {
this.orderTypeName = "秒杀订单";
this.orderTypeNameStatus = false;
} else if (this.orderInfo.isGiftCardReceive === 1 || this.orderInfo.isGiftCardSend === 1) {
this.orderTypeName = "礼包订单";
this.orderTypeNameStatus = false;
}
this.system_store = res.data.systemStore || {};
this.mapKey = res.data.mapKay;