|
|
@@ -41,7 +41,7 @@ |
|
|
|
<view class="title"> 卡信息 </view> |
|
|
|
<view class="card"> |
|
|
|
<view class="card-left"> |
|
|
|
<image :src="`${$imgUrl}card2.png`" mode=""></image> |
|
|
|
<image :src="`${$imgUrl}card2.png`" mode="widthFix"></image> |
|
|
|
<view class="card-center"> |
|
|
|
<view class="card-center-head"> {{orderInfos.cardId}} </view> |
|
|
|
<view class="tips"> |
|
|
@@ -56,7 +56,7 @@ |
|
|
|
<view class="title"> OBU设备信息 </view> |
|
|
|
<view class="card"> |
|
|
|
<view class="card-left"> |
|
|
|
<image :src="`${$imgUrl}card1.png`" mode=""></image> |
|
|
|
<image :src="`${$imgUrl}card1.png`" mode="widthFix"></image> |
|
|
|
<view class="card-center"> |
|
|
|
<view class="card-center-head"> {{orderInfos.obuId}} </view> |
|
|
|
<view class="tips"> |
|
|
@@ -235,14 +235,14 @@ |
|
|
|
// console.log('======移除监听======', res) |
|
|
|
// // uni.$off('bluetoothLink') |
|
|
|
// }) |
|
|
|
|
|
|
|
if(option.state){ |
|
|
|
|
|
|
|
if (option.state) { |
|
|
|
getObuId() |
|
|
|
} |
|
|
|
}); |
|
|
|
|
|
|
|
onShow((option) => { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
@@ -275,7 +275,7 @@ |
|
|
|
} else { |
|
|
|
msg("请上传正确行驶证") |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// navTo("/pages/bluetooth/bluetooth?routeType=6&id=" + ids); |
|
|
|
}; |
|
|
|
|
|
|
@@ -682,6 +682,7 @@ |
|
|
|
font-family: Noto Sans S Chinese; |
|
|
|
font-weight: 400; |
|
|
|
color: #666666; |
|
|
|
margin-top: 4rpx; |
|
|
|
|
|
|
|
.tips-card { |
|
|
|
width: 70rpx; |