|
@@ -262,7 +262,7 @@ class Api extends Core
|
|
|
|
|
|
|
|
|
if ($info['shop_type'] && strstr($info['shop_type'], ',')) {
|
|
|
- $this->data['card'][$k]['minfo'] = '全部店铺可用';
|
|
|
+ $this->data['card'][$k]['minfo'] = '多店铺可用';
|
|
|
} elseif ($info['shop_type'] && isset($config_type[$info['shop_type']])) {
|
|
|
$this->data['card'][$k]['minfo'] = $config_type[$info['shop_type']] . '可用';
|
|
|
}
|
|
@@ -402,7 +402,7 @@ class Api extends Core
|
|
|
*/
|
|
|
|
|
|
if ($type['shop_type'] && strstr($type['shop_type'], ',')) {
|
|
|
- $v['minfo'] = '全部店铺可用';
|
|
|
+ $v['minfo'] = '多店铺可用';
|
|
|
} elseif ($type['shop_type'] && isset($config_type[$type['shop_type']])) {
|
|
|
$v['minfo'] = $config_type[$type['shop_type']] . '可用';
|
|
|
}
|