提交 edc179b5 编写于 作者: Q qiang

build v3

上级 998c62cc
......@@ -7485,7 +7485,10 @@ var serviceContext = (function () {
}
function getSubNVueById (id) {
const webview = plus.webview.getWebviewById(id);
const webview = plus.webview.getWebviewById(id);
if (webview === null || webview === undefined) {
throw new Error('Unable to find SubNVue, id=' + id)
}
if (webview && !webview.$processed) {
wrapper$1(webview);
}
......@@ -14002,7 +14005,8 @@ var serviceContext = (function () {
'onShow',
'onHide',
'onUniNViewMessage',
'onPageNotFound',
'onPageNotFound',
'onThemeChange',
'onError',
// Page
'onLoad',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册