|
@@ -70,11 +70,12 @@ export default {
|
|
|
},
|
|
|
async created() {
|
|
|
this.options = this.$route.query;
|
|
|
+ this.dataObject = this.options
|
|
|
// this.parkingLots()
|
|
|
},
|
|
|
async mounted() {
|
|
|
this.$nextTick(()=>{
|
|
|
- this.getCarInformations(this.options.vehicleNo)
|
|
|
+ // this.getCarInformations(this.options.vehicleNo)
|
|
|
})
|
|
|
await initWxJsSdkConfig(['checkJsApi', 'scanQRCode']);
|
|
|
setTimeout(() => {
|
|
@@ -120,6 +121,9 @@ export default {
|
|
|
this.dataObject = res.data
|
|
|
}
|
|
|
},
|
|
|
+ getCarNum (carNum) {
|
|
|
+ return carNum.replace(new RegExp(".{" + (1+1) + "}"), "$&·")
|
|
|
+ },
|
|
|
isQHKC() {
|
|
|
const lbsList = ['8a88a9fd7f73ffcd017f968739870006','8a8486a37f48f7bd017f4e5bddd10000','8a8486a37f48f7bd017f4e5bddd10000', '8aaa82ea804d07cd0180516ff03b0008']
|
|
|
return lbsList.indexOf(this.mallid) > -1
|