9 lines
130 B
JavaScript
9 lines
130 B
JavaScript
|
Page({
|
||
|
onShareAppMessage() {
|
||
|
return {
|
||
|
title: 'webview',
|
||
|
path: 'pages/component/web-view/web-view'
|
||
|
}
|
||
|
},
|
||
|
})
|