|
|
@@ -8,6 +8,7 @@ use biz\shop\classes\ShopClass;
|
|
|
use bizGhs\custom\classes\CustomClass;
|
|
|
use bizGhs\custom\classes\CustomLevelClass;
|
|
|
use bizGhs\merchant\classes\WlClass;
|
|
|
+use bizHd\purchase\classes\PurchaseClass;
|
|
|
use bizHd\stat\classes\StatVisitClass;
|
|
|
use common\components\dict;
|
|
|
use common\components\imgUtil;
|
|
|
@@ -185,6 +186,10 @@ class GhsController extends BaseController
|
|
|
//联系电话
|
|
|
$info['telephone'] = $ghsShop->telephone ?? '';
|
|
|
|
|
|
+ $ghsMainId = $ghsShop->mainId ?? 0;
|
|
|
+ $kmPackCost = PurchaseClass::getKmPackCost($ghsMainId);
|
|
|
+ $info['kmPackCost'] = $kmPackCost;
|
|
|
+
|
|
|
//杭州斗南鲜花批发 免运费活动
|
|
|
if (isset($info['shopId']) && $info['shopId'] == 4608) {
|
|
|
$current = time();
|