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