zz 6 rokov pred
rodič
commit
5b96596bd1

+ 1 - 1
app/Http/Controllers/Wap/Web/WelcomeController.php

@@ -2190,7 +2190,7 @@ class WelcomeController extends BaseController
     }
     private function monthOrderInfo($openid){
         $property = $this->property;
-        if (!$property) $property = 'none';
+        if (!$property) return '';
         if (in_array($this->distribution_channel_id, explode(',', redisEnv('OPEN_ORDER_INNER_SITES')))
             && in_array($property, ['none','low', 'medium'])
         ) {