|
|
@@ -1322,6 +1322,12 @@ class OrderClass extends BaseClass
|
|
|
if (isset($orderInfo->mainId) && $orderInfo->mainId == 10536) {
|
|
|
$showPrice = 0;
|
|
|
}
|
|
|
+ //北京花篮子,线上下单,不显示价格
|
|
|
+ if (isset($orderInfo->mainId) && $orderInfo->mainId == 10735) {
|
|
|
+ if (isset($orderInfo->customShopAdminId) && !empty($orderInfo->customShopAdminId)) {
|
|
|
+ $showPrice = 0;
|
|
|
+ }
|
|
|
+ }
|
|
|
//淄博花超鲜花小票不带价格
|
|
|
if (isset($orderInfo->mainId) && $orderInfo->mainId == 16293) {
|
|
|
$showPrice = 0;
|