郭宇琦 hace 5 días
padre
commit
3f8ff8e471

+ 1 - 1
.hbuilderx/launch.json

@@ -25,7 +25,7 @@
         },
         {
             "openVueDevtools" : false,
-            "playground" : "standard",
+            "playground" : "custom",
             "type" : "uni-app:app-ios"
         }
     ]

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

@@ -6,7 +6,7 @@
 				<cover-image class='img' style="width: 36rpx;height: 36rpx;" src="https://qiniu.bms16.com/FrKY7Ex5za22plr39ddIsJcjFVpi" ></cover-image>
 				<cover-view class="text">车辆位置</cover-view>
 			</cover-view>
-			<googleMap keyId="1" width='100%' :height="height?'258rpx':'140rpx'" v-if="car_info.latitude"  :mapData="{type:3}" :myLocation='{
+			<googleMap keyId="1" width='100%' :height="height?'258rpx':'140rpx'" v-if="car_info.latitude"  :mapData="{type:3}" :myLocations='{
 				longitude:car_info.longitude,
 				latitude:car_info.latitude
 			}'></googleMap>

+ 0 - 1
pages/orderStatus/orderStatus.vue

@@ -10,7 +10,6 @@
 					<view class="get-time-view flex-row" v-else-if="orderInfo.pay_status == 4">支付取消</view>
 					<view class="get-time-view flex-row" v-else-if="orderInfo.pay_status == 5">线下待审核</view>
 					<view class="get-time-view flex-row" v-else-if="orderInfo.pay_status == 6">线下审核拒绝</view>
-					
 				</view>
 				<block v-if="orderInfo.pay_status == 2">
 					<view :class="['get-time-view', 'flex-row', 'blue-text']" v-if="orderInfo.order_status == 3">使用中...</view>