소스 검색

bug修改

郭宇琦 3 일 전
부모
커밋
26bd902ec1
3개의 변경된 파일1개의 추가작업 그리고 7개의 파일을 삭제
  1. 1 0
      component/googleMap/googleMap.vue
  2. 0 1
      pages/userManagement/userManagement.vue
  3. 0 6
      utils/util.js

+ 1 - 0
component/googleMap/googleMap.vue

@@ -188,6 +188,7 @@
 			//点击marker触发
 			loadMarkertap(marker, item) {
 				let markerId = marker.data.markerId
+				console.log(marker.data)
 				if (markerId == 5000) return
 				if (this.types == 1) this.shopMarkerFn(marker, item)
 				if (this.types == 2) this.nearCabinetMarkerFn(marker, item)

+ 0 - 1
pages/userManagement/userManagement.vue

@@ -21,7 +21,6 @@
 				<text style="margin-left: 6rpx;">{{ $t('添加成员') }}</text>
 			</view>
 		</view>
-		
 	</view>
 </template>
 

+ 0 - 6
utils/util.js

@@ -2,13 +2,7 @@ import dayjs from 'dayjs'
 import duration from 'dayjs/plugin/duration'
 dayjs.extend(duration);
 const systemInfo = uni.getSystemInfoSync();
-<<<<<<< HEAD
 const Language = systemInfo.language == 'zh_CN' ? 'zh' : 'en' // 'zh' | 'en'
-// const Language = 'en' // 'zh' | 'en'
-=======
-// const Language = systemInfo.language == 'zh_CN' ? 'zh' : 'en' // 'zh' | 'en'
-const Language = 'zh' // 'zh' | 'en'
->>>>>>> xxq_test
 const formatTime = (date) => {
 	const year = date.getFullYear();
 	const month = date.getMonth() + 1;