Commit 61c91b76 authored by lei's avatar lei

fix:首页修改用户类型判断

parent 6fcd5f7b
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
<!-- 第二层:商户图标、名称、等级、场所类型和地址 --> <!-- 第二层:商户图标、名称、等级、场所类型和地址 -->
<div <div
class="second-layer second-layer-zf" class="second-layer second-layer-zf"
v-if="userInfo.userType!=='shop'" v-if="['admin','common','industry','street','wgy'].includes(userInfo.userType)"
v-cloak v-cloak
> >
<img <img
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment