diff --git a/beike/Plugin/Plugin.php b/beike/Plugin/Plugin.php index 6c1d069c..0a70f12a 100644 --- a/beike/Plugin/Plugin.php +++ b/beike/Plugin/Plugin.php @@ -21,13 +21,13 @@ use Illuminate\Support\Str; class Plugin implements Arrayable, \ArrayAccess { public const TYPES = [ - 'shipping', // 配送方式 'payment', // 支付方式 + 'shipping', // 配送方式 + 'theme', // 主题模板 + 'feature', // 功能模块 'total', // 订单金额 'social', // 社交网络 - 'feature', // 功能模块 'language', // 语言翻译 - 'theme', // 主题模板 ]; protected $type;