提交 1da07296 编写于 作者: fxy060608's avatar fxy060608

build runtime

上级 d7ba85d9
......@@ -1093,7 +1093,11 @@ function handleEvent (event) {
}
});
if (ret.length === 1) {
if (
eventType === 'input' &&
ret.length === 1 &&
typeof ret[0] !== 'undefined'
) {
return ret[0]
}
}
......
{
"name": "@dcloudio/uni-app-plus",
"version": "0.0.248",
"version": "0.0.249",
"description": "uni-app app-plus",
"main": "dist/index.js",
"scripts": {
......
......@@ -1458,7 +1458,11 @@ function handleEvent (event) {
}
});
if (ret.length === 1) {
if (
eventType === 'input' &&
ret.length === 1 &&
typeof ret[0] !== 'undefined'
) {
return ret[0]
}
}
......
{
"name": "@dcloudio/uni-mp-alipay",
"version": "0.0.822",
"version": "0.0.823",
"description": "uni-app mp-alipay",
"main": "dist/index.js",
"scripts": {
......
......@@ -1224,7 +1224,11 @@ function handleEvent (event) {
}
});
if (ret.length === 1) {
if (
eventType === 'input' &&
ret.length === 1 &&
typeof ret[0] !== 'undefined'
) {
return ret[0]
}
}
......
{
"name": "@dcloudio/uni-mp-baidu",
"version": "0.0.852",
"version": "0.0.853",
"description": "uni-app mp-baidu",
"main": "dist/index.js",
"scripts": {
......
......@@ -1157,7 +1157,11 @@ function handleEvent (event) {
}
});
if (ret.length === 1) {
if (
eventType === 'input' &&
ret.length === 1 &&
typeof ret[0] !== 'undefined'
) {
return ret[0]
}
}
......
{
"name": "@dcloudio/uni-mp-qq",
"version": "0.0.106",
"version": "0.0.107",
"description": "uni-app mp-qq",
"main": "dist/index.js",
"scripts": {
......
......@@ -1238,7 +1238,11 @@ function handleEvent (event) {
}
});
if (ret.length === 1) {
if (
eventType === 'input' &&
ret.length === 1 &&
typeof ret[0] !== 'undefined'
) {
return ret[0]
}
}
......
{
"name": "@dcloudio/uni-mp-toutiao",
"version": "0.0.346",
"version": "0.0.347",
"description": "uni-app mp-toutiao",
"main": "dist/index.js",
"scripts": {
......
......@@ -1095,7 +1095,11 @@ function handleEvent (event) {
}
});
if (ret.length === 1) {
if (
eventType === 'input' &&
ret.length === 1 &&
typeof ret[0] !== 'undefined'
) {
return ret[0]
}
}
......
{
"name": "@dcloudio/uni-mp-weixin",
"version": "0.0.967",
"version": "0.0.969",
"description": "uni-app mp-weixin",
"main": "dist/index.js",
"scripts": {
......
......@@ -509,7 +509,11 @@ export function handleEvent (event) {
}
})
if (ret.length === 1) {
if (
eventType === 'input' &&
ret.length === 1 &&
typeof ret[0] !== 'undefined'
) {
return ret[0]
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册