🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
![](https://img.kancloud.cn/c4/3d/c43d1bb80aabee2821e0a72e0a325e8f_1244x798.png) ``` $plugins = pdo_fetchall('select * from ' . tablename('ewei_shop_plugin') . ' where iscom=0 and deprecated=0 ' . $status . ' order by displayorder asc'); $plugins = $this->arrayUnique($plugins); ``` ``` 不用缓存这样就行了,然后需要隐藏就去数据表改就行 ims_ewei_shop_plugin 插件表 status 1显示 0不显示 ```