神奖详情界面修改提交
parent
79e751197f
commit
e7cfacdccd
|
@ -147,6 +147,7 @@ function RoleProInfoPopup:OnOpen(_allAddProVal,_configData,_isShowGuild,_guildSk
|
|||
this.specialPro[k].guildProName = Util.GetGameObject(this.specialPro[k].go, "proName"):GetComponent("Text")
|
||||
this.specialPro[k].guildProValue = Util.GetGameObject(this.specialPro[k].go, "proVale"):GetComponent("Text")
|
||||
end
|
||||
this.specialPro[k].go.gameObject:SetActive(true)
|
||||
this.specialPro[k].guildProName.text = "好感度-"..propertyConfig[k].Info
|
||||
this.specialPro[k].guildProValue.text = v
|
||||
-- 跳转按钮如果设置的公会技能等级,说明是别人,就不显示跳转
|
||||
|
|
Loading…
Reference in New Issue