|
@@ -181,6 +181,7 @@
|
|
plus.runtime.openURL(storeWebUrl, (webError) => {
|
|
plus.runtime.openURL(storeWebUrl, (webError) => {
|
|
console.error('网页链接失败', webError);
|
|
console.error('网页链接失败', webError);
|
|
plus.runtime.openURL(updateUrl.value, (webError) => {
|
|
plus.runtime.openURL(updateUrl.value, (webError) => {
|
|
|
|
+ // 直接下载apk
|
|
initDownload(updateUrl.value)
|
|
initDownload(updateUrl.value)
|
|
});
|
|
});
|
|
});
|
|
});
|