Commit cae6afec authored by wwccw0591's avatar wwccw0591

pc

parent 7916f72d
...@@ -104,7 +104,7 @@ class MessageHistoryModel extends \DAO\AbstractModel { ...@@ -104,7 +104,7 @@ class MessageHistoryModel extends \DAO\AbstractModel {
} }
} }
if($button['type']==ApiConst::messageButtonTypeConfirmButton ){ if($button['type']==ApiConst::messageButtonTypeConfirmButton ){
if($timeDiff>(ApiConst::tenMinSecond-ApiConst::oneDaySecond)){ if($timeDiff>(ApiConst::oneDaySecond)){
$button['showType']=ApiConst::messageButtonShowTypeGray; $button['showType']=ApiConst::messageButtonShowTypeGray;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment