mirror of
https://shylinux.com/x/volcanos
synced 2025-04-26 09:14:06 +08:00
opt some
This commit is contained in:
parent
7b2b1447ab
commit
1b92d0fbba
3
proto.js
3
proto.js
@ -348,7 +348,8 @@ var Volcanos = shy("火山架", {iceberg: "/chat/", volcano: "/frame.js", pack:
|
|||||||
request: function(event) { event = event||{}, event = event._event||event
|
request: function(event) { event = event||{}, event = event._event||event
|
||||||
var msg = event._msg||can.misc.Message(event, can); event._msg = msg
|
var msg = event._msg||can.misc.Message(event, can); event._msg = msg
|
||||||
function set(key, value) {
|
function set(key, value) {
|
||||||
typeof value == lang.FUNCTION || typeof value == lang.OBJECT || value == "" || msg.Option(key) || msg.Option(key, value)
|
value == "" || msg.Option(key) || msg.Option(key, value)
|
||||||
|
// typeof value == lang.FUNCTION || typeof value == lang.OBJECT || value == "" || msg.Option(key) || msg.Option(key, value)
|
||||||
}
|
}
|
||||||
|
|
||||||
// 添加参数
|
// 添加参数
|
||||||
|
Loading…
x
Reference in New Issue
Block a user