rabin 3 年之前
父節點
當前提交
561c49c179
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/card/src/Api.php

+ 2 - 2
app/card/src/Api.php

@@ -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']] . '可用';
                     }