|
@@ -34,11 +34,11 @@ func (this *KeyWordsSet) UpdateKeyWords() map[string]interface{} {
|
|
|
if this.Type == "m" && power.Status < 0 {
|
|
|
return map[string]interface{}{"flag": false, "msg": "暂无权限"}
|
|
|
}
|
|
|
- types := "o_vipjy"
|
|
|
+ types := "o_jy"
|
|
|
if this.Type == "m" {
|
|
|
types = "o_member_jy"
|
|
|
- } else if this.Type == "" {
|
|
|
- types = "o_jy"
|
|
|
+ } else if this.Type == "v" {
|
|
|
+ types = "o_vipjy"
|
|
|
}
|
|
|
//付费用户
|
|
|
if power.Status > 0 || power.VipStatus > 0 {
|
|
@@ -484,11 +484,11 @@ func (this *UpdateOther) UpdateOther() map[string]interface{} {
|
|
|
if this.Type == "m" && power.Status < 0 {
|
|
|
return map[string]interface{}{"flag": false, "msg": "暂无权限"}
|
|
|
}
|
|
|
- types := "o_vipjy"
|
|
|
+ types := "o_jy"
|
|
|
if this.Type == "m" {
|
|
|
types = "o_member_jy"
|
|
|
- } else if this.Type == "f" {
|
|
|
- types = "o_jy"
|
|
|
+ } else if this.Type == "v" {
|
|
|
+ types = "o_vipjy"
|
|
|
}
|
|
|
setMap := func() map[string]interface{} {
|
|
|
switch this.PageType {
|