Browse Source

wip:无权限限制修改

wangkaiyue 1 year ago
parent
commit
762e9caa71

+ 0 - 3
src/jfw/modules/bigmember/src/service/portrait/subvipPortraitAction.go

@@ -194,9 +194,6 @@ func (this *SubVipPortrait) SubVipPortrait() {
 		if err != nil {
 			return nil, err
 		}
-		if power <= 1 {
-			return nil, fmt.Errorf("无查看权益")
-		}
 		rData, err := cepm.WinnerPortraitData(&entity.PortraitScreen{
 			Ent:        entId,
 			Match:      this.GetString("match"),