Browse Source

考试弹窗

wangxy 2 months ago
parent
commit
d509cb54b0
1 changed files with 4 additions and 4 deletions
  1. 4 4
      components/zhuapaiConfirm/useCamera.js

+ 4 - 4
components/zhuapaiConfirm/useCamera.js

@@ -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
 			})