修改 名称

This commit is contained in:
xuli3099
2025-08-25 14:26:35 +08:00
parent 27a47ac199
commit 19824d25e5

View File

@@ -40,7 +40,7 @@ let webview = null;
function titleNViewWebview(url,title) { function titleNViewWebview(url,title) {
console.log("titleNViewWebview=>",url,title) console.log("titleNViewWebview=>",url,title)
let nwating = plus.nativeUI.showWaiting("loading...",{ let nwating = plus.nativeUI.showWaiting("加载中...",{
width:'110px', width:'110px',
padding:'10px' padding:'10px'
}) })