achao 3 年之前
父節點
當前提交
54771879f8
共有 2 個文件被更改,包括 18 次插入17 次删除
  1. 2 2
      manifest.json
  2. 16 15
      pages/mine/index.vue

+ 2 - 2
manifest.json

@@ -2,8 +2,8 @@
     "name" : "智运",
     "appid" : "__UNI__9C76CB6",
     "description" : "",
-    "versionName" : "1.0.6",
-    "versionCode" : 106,
+    "versionName" : "1.0.7",
+    "versionCode" : 107,
     "transformPx" : false,
     /* 5+App特有相关 */
     "app-plus" : {

+ 16 - 15
pages/mine/index.vue

@@ -180,22 +180,23 @@
 			})
 		},
 		async onLoad() {
+			debugger
 			that = this
-			// #ifdef APP-PLUS
-			let _status = await that.$request.baseRequest('get', '/driverInfo/firstAuthentication', {
-				driverPhone: this.userInfo.phone,
-			}).then(res => {
-				return res.data.authenticationStatus
-			})
-			if (_status == '已禁用') {
-				this.isShowAlert = true
-				this.alertTitle = '账号审核中'
-				this.confirmText = '退出APP'
-				this.showCancelButton = false
-			} else {
-				console.log(1231233212332312312213)
-			}
-			// #endif
+		
+			// let _status = await that.$request.baseRequest('get', '/driverInfo/firstAuthentication', {
+			// 	driverPhone: this.userInfo.phone,
+			// }).then(res => {
+			// 	return res.data.authenticationStatus
+			// })
+			// if (_status == '已禁用') {
+			// 	this.isShowAlert = true
+			// 	this.alertTitle = '账号审核中'
+			// 	this.confirmText = '退出APP'
+			// 	this.showCancelButton = false
+			// } else {
+			// 	console.log(1231233212332312312213)
+			// }
+		
 
 		},
 		computed: {