if int(tmpShield)=0 then
var_isViewUser=true
if viewData.getItemInt("d_issign")=1 then tmpValue="yes"
end if
修改为:
Code:
if int(tmpShield)=0 then
var_isViewUser=true
if viewData.getItemInt("d_issign")=1 then tmpValue="yes"
if len(tableUser.getItemValue("u_face"))<1 then
call tableUser.setItemValue("u_face","$0.gif")
call tableUser.setItemValue("u_face_w",48)
call tableUser.setItemValue("u_face_h",48)
end if
end if