Commit db1bd94e by agan

添加

parent 4d28d77f
Showing with 13 additions and 0 deletions
......@@ -442,6 +442,19 @@ webAppComm.prototype.domReady = function (mData) {
webAppCollaboration(obj2);
}
// 38:web打开/关闭签到提醒
webAppComm.prototype.openSignRemind = function () {
var obj = {
"cid": 38,
"data": {
"msg": '打开签到提醒'
}
}
var obj2 = JSON.stringify(obj);
webAppCollaboration(obj2);
}
//接收客戶端的消息
webAppComm.prototype.reMsgFromApp = function (callback) {
callback && callback();
......
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 sign in to comment