郭宇琦 4 өдөр өмнө
parent
commit
644e374c86

+ 0 - 2
component/googleMap/googleMap.vue

@@ -35,8 +35,6 @@
 		},
 		methods: {
 			initAmap(lngLat, _, ownerInstance) {
-				console.log('进来啦')
-				console.log(lngLat)
 				lngLat = {
 					lat: lngLat.latitude,
 					lng: lngLat.longitude

+ 2 - 1
pages/batteryRecord/batteryRecord.vue

@@ -14,6 +14,7 @@
 				<view v-if="item.status == 2" class="h5">换电中</view>
 				<view v-if="item.status == 3" class="h5">换电成功</view>
 				<view v-if="item.status == 4" class="h5">换电失败</view>
+				<view v-if="item.status == 5" class="h5">部分成功</view>
 				<view v-if="item.status == 0" class="h5">未知</view>
 				<view class="time">{{dayjsFn(item.ctime)}}</view>
 			</view>
@@ -93,7 +94,7 @@
 						item.btn_battery = item.btn_battery ? item.btn_battery.join(',') : []
 						item.bor_battery = item.bor_battery ? item.bor_battery.join(',') : []
 						
-						item.ctime = common.formatTime(item.ctime)
+						item.ctime = dayjs(item.ctime * 1000).format('YYYY-MM-DD hh:mm:ss')
 					})
 				}
 

+ 9 - 9
pages/loginRegister/login.vue

@@ -40,13 +40,13 @@
             {{ $t('没有账号 立即注册') }}
           </view>
         </view>
-        <view class="other-type-login">
+<!--        <view class="other-type-login">
           <view class="title">{{ $t('其他方式登录') }}</view>
           <view class="types">
             <image :src="QINIU_URL + 'Fg14B6UDuR6pLD1uR10mBE_y2vbf'" class="icon" />
             <image :src="QINIU_URL + 'FlZRWQZ301H8rP2_LwUdjnSUTQop'" class="icon" />
           </view>
-        </view>
+        </view> -->
       </view>
     </view>
   </template>
@@ -215,13 +215,13 @@
             .forget {
                 display: flex;
                 align-items: center;
-                &::after {
-                    content: "";
-                    width: 28rpx;
-                    height: 28rpx;
-                    background: url('https://qiniu.bms16.com/FrQ-eKUnkECvMImnNgd4w3p5-NLd');
-                    background-size: 100%;
-                }
+                // &::after {
+                //     content: "";
+                //     width: 28rpx;
+                //     height: 28rpx;
+                //     background: url('https://qiniu.bms16.com/FrQ-eKUnkECvMImnNgd4w3p5-NLd');
+                //     background-size: 100%;
+                // }
             }
   
             .register {

+ 1 - 2
pages/travelingTrack/travelingTrack.vue

@@ -21,7 +21,7 @@
 			<view class="info-top flex-row flex-between">
 				<view class="top-left">
 					<view>{{carInfo.car_name}}</view>
-					<view>{{carInfo.license_plate_number}}</view>
+					<view>车牌号:{{carInfo.license_plate_number}}</view>
 				</view>
 				<view>
 					<image class="img"
@@ -152,7 +152,6 @@
 							lat: item.latitude,
 						}
 					})
-
 					if(this.pointsList.length < 1){
 						common.simpleToast('暂无骑行数据!')
 						setTimeout(function() {