Commit 867c4449 authored by Mac's avatar Mac

我的动态的判断

parent 13db9de5
...@@ -261,6 +261,13 @@ ...@@ -261,6 +261,13 @@
flag = false; flag = false;
} }
break; break;
case "/pages/friendcircle/my-news":
if (this.mall_UserInfo.UserTeacher > 0) {
flag = true;
} else {
flag = false;
}
break;
case "/pages/microShop/index/index": case "/pages/microShop/index/index":
//开启 //开启
if (IsOpen == 2) { if (IsOpen == 2) {
......
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