|
@@ -28,7 +28,7 @@ function checkPlatform2() {
|
|
|
let version = match[1].split('.')[0];
|
|
|
if (version < 9) {
|
|
|
uni.showToast({
|
|
|
- icon: 'error',
|
|
|
+ icon: 'none',
|
|
|
title: errorMessage.ms10
|
|
|
})
|
|
|
|
|
@@ -41,7 +41,7 @@ function checkPlatform2() {
|
|
|
if (!checkAndroidForBrowser()) {
|
|
|
// 提示信息
|
|
|
uni.showToast({
|
|
|
- icon: 'error',
|
|
|
+ icon: 'none',
|
|
|
title: errorMessage.ms13
|
|
|
})
|
|
|
|
|
@@ -72,7 +72,7 @@ function checkPlatform2() {
|
|
|
|
|
|
if (version < 14.3) {
|
|
|
uni.showToast({
|
|
|
- icon: 'error',
|
|
|
+ icon: 'none',
|
|
|
title: errorMessage.ms11
|
|
|
})
|
|
|
return {
|
|
@@ -87,7 +87,7 @@ function checkPlatform2() {
|
|
|
if (!checkIosForBrowser()) {
|
|
|
// 提示信息
|
|
|
uni.showToast({
|
|
|
- icon: 'error',
|
|
|
+ icon: 'none',
|
|
|
title: errorMessage.ms12,
|
|
|
duration: 5000
|
|
|
})
|