zhongtianhaoyuan il y a 2 ans
Parent
commit
379f8dfe1d

+ 10 - 10
App.vue

@@ -513,16 +513,16 @@
 		},
 		onShow: function() {
 			console.log('App Show')
-			//隐私合规接口,HBuildx3.3.3及其以后的版本需要调用合规检查
-			var isContains = true;//隐私权政策是否包含高德开平隐私权政策  true是包含
-			var isShow = true;//隐私权政策是否弹窗展示告知用户 true是展示 
-			sdkwx.updatePrivacyShow(isContains, isShow);
-			var isAgree = true;//隐私权政策是否取得用户同意  true是用户同意
-			sdkwx.updatePrivacyAgree(isAgree);
-			//检查定位权限
-			sdkwx.checkLocationPermission(function(res){
-				console.log(res);
-			});
+			// //隐私合规接口,HBuildx3.3.3及其以后的版本需要调用合规检查
+			// var isContains = true;//隐私权政策是否包含高德开平隐私权政策  true是包含
+			// var isShow = true;//隐私权政策是否弹窗展示告知用户 true是展示 
+			// sdkwx.updatePrivacyShow(isContains, isShow);
+			// var isAgree = true;//隐私权政策是否取得用户同意  true是用户同意
+			// sdkwx.updatePrivacyAgree(isAgree);
+			// //检查定位权限
+			// sdkwx.checkLocationPermission(function(res){
+			// 	console.log(res);
+			// });
 			// #ifdef APP-PLUS
 			getCurrentNo(res => {
 				// 进页面获取当前APP版本号(用于页面显示)

+ 0 - 3
pages/mine/fleet/carCaptainAuthentication.vue

@@ -400,7 +400,6 @@
 				this.$forceUpdate()
 			},
 			confirmValidityPeriod2(date) {
-				debugger
 				this.dataDetails.cardValidityStartDate = date.date
 				this.$forceUpdate()
 			},
@@ -587,8 +586,6 @@
 					mask: true,
 					title: '加载中'
 				})
-				debugger
-				console.log(this.checkType)
 				if (this.checkType == 1) {
 					this.$request.baseRequest('post', '/hyCarCaptainInfo/api/addCarCaptain', this.dataDetails).then(
 						res => {

+ 1 - 1
pages/mine/fleet/fleetBill.vue

@@ -13,7 +13,7 @@
 			<view class="list_css_item_lower">
 				<view class="list_css_left">{{item.paymentDate}}</view>
 			</view>
-			<u-divider t></u-divider>
+			<u-divider></u-divider>
 		</view>
 	</view>
 </template>

+ 12 - 10
pages/order/confirmLoading.vue

@@ -172,16 +172,16 @@
 			}
 		},
 		onLoad(options) {
-			//隐私合规接口,HBuildx3.3.3及其以后的版本需要调用合规检查
-			var isContains = true;//隐私权政策是否包含高德开平隐私权政策  true是包含
-			var isShow = true;//隐私权政策是否弹窗展示告知用户 true是展示 
-			sdkwx.updatePrivacyShow(isContains, isShow);
-			var isAgree = true;//隐私权政策是否取得用户同意  true是用户同意
-			sdkwx.updatePrivacyAgree(isAgree);
-			//检查定位权限
-			sdkwx.checkLocationPermission(function(res){
-				console.log(res);
-			});
+			// //隐私合规接口,HBuildx3.3.3及其以后的版本需要调用合规检查
+			// var isContains = true;//隐私权政策是否包含高德开平隐私权政策  true是包含
+			// var isShow = true;//隐私权政策是否弹窗展示告知用户 true是展示 
+			// sdkwx.updatePrivacyShow(isContains, isShow);
+			// var isAgree = true;//隐私权政策是否取得用户同意  true是用户同意
+			// sdkwx.updatePrivacyAgree(isAgree);
+			// //检查定位权限
+			// sdkwx.checkLocationPermission(function(res){
+			// 	console.log(res);
+			// });
 			let phoneType = uni.getSystemInfoSync().platform //判断手机类型
 			this.enterpriseSenderCode = config.def().enterpriseSenderCode
 			this.environment = config.def().environment
@@ -194,6 +194,7 @@
 				this.appId = config.def().iosAppId
 				this.appSecurity = config.def().iosAppSecurity
 			}
+			debugger
 			if (!uni.getStorageSync('contractdata')) {
 				this.id = JSON.parse(decodeURIComponent(options.obj)).id
 				this.detailData.hyCarrierInfo.id = JSON.parse(decodeURIComponent(options.obj)).carrierId
@@ -211,6 +212,7 @@
 		},
 		onShow() {
 			if (uni.getStorageSync('contractdata')) {
+				
 				this.id = uni.getStorageSync('contractdata').id
 				this.detailData.hyCarrierInfo.id = uni.getStorageSync('contractdata').carrierId
 				this.cyId = uni.getStorageSync('contractdata').carrierId

+ 10 - 10
pages/public/login.vue

@@ -139,16 +139,16 @@
 		onLoad(options) {
 			
 			
-			//隐私合规接口,HBuildx3.3.3及其以后的版本需要调用合规检查
-			var isContains = true;//隐私权政策是否包含高德开平隐私权政策  true是包含
-			var isShow = true;//隐私权政策是否弹窗展示告知用户 true是展示 
-			sdkwx.updatePrivacyShow(isContains, isShow);
-			var isAgree = true;//隐私权政策是否取得用户同意  true是用户同意
-			sdkwx.updatePrivacyAgree(isAgree);
-			//检查定位权限
-			sdkwx.checkLocationPermission(function(res){
-				console.log(res);
-			});
+			// //隐私合规接口,HBuildx3.3.3及其以后的版本需要调用合规检查
+			// var isContains = true;//隐私权政策是否包含高德开平隐私权政策  true是包含
+			// var isShow = true;//隐私权政策是否弹窗展示告知用户 true是展示 
+			// sdkwx.updatePrivacyShow(isContains, isShow);
+			// var isAgree = true;//隐私权政策是否取得用户同意  true是用户同意
+			// sdkwx.updatePrivacyAgree(isAgree);
+			// //检查定位权限
+			// sdkwx.checkLocationPermission(function(res){
+			// 	console.log(res);
+			// });
 
 			if (wx.getUserProfile) {
 				console.log('--check getUserProfile--OK');