zz 6 years ago
parent
commit
5b96596bd1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/Wap/Web/WelcomeController.php

+ 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'])
         ) {