Browse Source

add: 开放已购及研报tabbar

hsun 3 years ago
parent
commit
168dba9e8d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      logic/user/user.go

+ 1 - 1
logic/user/user.go

@@ -342,7 +342,7 @@ func Apply(userId int, companyId int64, mobile, email string, applyInfo userReq.
 // GetUserTabBar 获取用户小程序TabBar
 func GetUserTabBar(userInfo user.UserInfo) (list []string, err error) {
 	//buy,report,chart,activity,user
-	list = []string{"activity", "user", "chart"}
+	list = []string{"activity", "user", "chart", "buy", "report"}
 
 	//companyProduct, err := company_product.GetByCompany2ProductId(userInfo.CompanyID, 1)
 	//if err != nil {