Browse Source

bug修复

郭宇琦 5 days ago
parent
commit
9467f88006

+ 0 - 1
component/customTabbar/index.vue

@@ -25,7 +25,6 @@
 </template>
 
 <script>
-	var app = getApp();
 	const storage = require('@/common/storage.js');
 	const http = require('@/common/http.js');
 	const config = require('@/common/config.js');

+ 1 - 1
component/scanCabBtn/scanBtn.vue

@@ -26,7 +26,7 @@
 	// var IndexImpl = require('../../pages/index/model/indexImpl.js');
 	const DF_CAB_INFO_DONE = 10000; //机柜信息传输完成
 	var subscribeTimer = null;
-	var app = getApp();
+	let app = getApp();
 	export default {
 		props: {
 			listData:{

+ 1 - 1
mixin/index.js

@@ -20,6 +20,7 @@ export default {
   },
   onLoad(){
 	 this.myLocation = getUserCurrentLocation()
+	 this.locationMiXin()
   },
    mounted(){
   	  this.statusBarHeight = uni.getSystemInfoSync().statusBarHeight || 0
@@ -29,7 +30,6 @@ export default {
 		   this.myLocation = await this.$location()
 	  },
 		tapOpenControl(e){
-			console.log(111);
 			const _carOnline=uni.getStorageSync('car_info').online!=0 //在线
 			console.log(this.popupControlShow);
 			const {name,type}=e

+ 0 - 1
pages/carDetail/carDetail.vue

@@ -103,7 +103,6 @@
 	import {
 		LEASE_TYPE_ARR
 	} from '@/common/constant.js'
-	var app = getApp();
 	var config = require('@/common/config.js');
 	var common = require('@/common/common.js');
 	var http = require('@/common/http.js');

+ 1 - 1
pages/carList/carList.vue

@@ -34,7 +34,7 @@
 <script>
  import Confirm from '@/component/comPopup/Confirm'
 	var config = require('../../common/config.js');
-	var app = getApp();
+	let app = getApp();
 	var config = require('../../common/config.js');
 	var common = require('../../common/common.js');
 	var http = require('../../common/http.js');

+ 1 - 1
pages/contract/contract.vue

@@ -21,7 +21,7 @@
 	const config = require('../../common/config.js');
 	var common = require('../../common/common.js');
 	var http = require('../../common/http.js');
-	var app = getApp();
+	let app = getApp();
 	export default {
 		data() {
 			return {

+ 1 - 1
pages/index/components/AndroidUnlockAuth.vue

@@ -28,7 +28,7 @@
 </template>
 
 <script>
-	var app = getApp();
+	let app = getApp();
 	var common = require('@/common/common.js');
 	import permision from "@/js_sdk/wa-permission/permission.js"
 	// import mixin from '@/mixin/index.js'; // 引入 mixin

+ 1 - 1
pages/index/components/control/control.vue

@@ -62,7 +62,7 @@
 </template>
 
 <script>
-	var app = getApp();
+	let app = getApp();
 	var bluetooth = require('@/common/bluetooth.js');
 	var config = require('@/common/config.js');
 	var common = require('@/common/common.js');

+ 1 - 13
pages/index/index.vue

@@ -157,7 +157,6 @@
 <script module="tools" lang="wxs" src="@/pages/common/wxs/tools.wxs"></script>
 <script module="tools" lang="sjs" src="@/pages/common/wxs/tools.sjs"></script>
 <script>
-	var app = getApp();
 	var config = require('@/common/config.js');
 	var config_gyq = require('@/common/config_gyq.js');
 	var common = require('@/common/common.js');
@@ -220,7 +219,6 @@
 		 * 生命周期函数--监听页面加载
 		 */
 		onLoad: function(options) {
-			this.locationFn()
 			this.statusBarHeight = uni.getSystemInfoSync().statusBarHeight || 0
 			let _this = this
 			// #ifdef APP
@@ -314,17 +312,7 @@
 					this.newsList = data.data
 				}
 			},
-			locationFn() {
-				uni.getLocation({
-					success(res) {
-						let myLocation = {
-							latitude: res.latitude,
-							longitude: res.longitude,
-						}
-						storage.setUserCurrentLocation(myLocation)
-					}
-				})
-			},
+	
 			changCar(e) {
 				this.car_info = e
 			},

+ 1 - 1
pages/login/login.vue

@@ -44,7 +44,7 @@
 	var http = require('../../common/http.js');
 	var storage = require('../../common/storage.js');
 	var encryption = require('../../common/encryption.js')
-	var app = getApp()
+	let app = getApp()
 	export default {
 		data() {
 			return {

+ 1 - 1
pages/phoneLogin/phoneLogin.vue

@@ -34,7 +34,7 @@
 	var common = require('../../common/common.js');
 	var http = require('../../common/http.js');
 	var storage = require('../../common/storage.js');
-	var app = getApp()
+	let app = getApp()
 	export default {
 		data() {
 			return {

+ 1 - 1
pages/service/service.vue

@@ -80,7 +80,7 @@
 </template>
 
 <script>
-	var app = getApp();
+	let app = getApp();
 	var config = require("@/common/config.js");
 	var config_gyq = require("@/common/config_gyq.js");
 	var common = require("@/common/common.js");