...
|
...
|
@@ -59,8 +59,12 @@ exports.order = function(content) { |
|
|
* 评价完成
|
|
|
*/
|
|
|
exports.completeEval = function() {
|
|
|
var TEXT_TYPE = 1; // 文本消息
|
|
|
|
|
|
if (chat.isOpen()) {
|
|
|
conMSG.type = recTypes.EVAL_NOTICE;
|
|
|
conMSG.chatMessage.type = TEXT_TYPE;
|
|
|
conMSG.chatMessage.content = '';
|
|
|
_send(conMSG);
|
|
|
}
|
|
|
};
|
...
|
...
|
|