upgrade
This commit is contained in:
@@ -79,6 +79,7 @@ function CSPMsg.onDragEnd()
|
||||
if offset.y < -50 then
|
||||
-- 刷数据
|
||||
NetProto.send.announcement_query()
|
||||
NetProto.send.wforder_expiry_reminder()
|
||||
end
|
||||
if isShowdDragFrefresh then
|
||||
CSPMsg.repositon()
|
||||
@@ -108,7 +109,7 @@ end
|
||||
-- 网络请求的回调;cmd:指命,succ:成功失败,msg:消息;paras:服务器下行数据
|
||||
function CSPMsg.procNetwork(cmd, succ, msg, paras)
|
||||
if (succ == NetSuccess) then
|
||||
if cmd == NetProto.cmds.readNotice then
|
||||
if cmd == NetProto.cmds.readNotice or cmd == NetProto.cmds.wforder_cancel_reminder then
|
||||
CSPMsg.setList()
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user