|
@@ -211,7 +211,7 @@ export default {
|
|
|
const res = await parkingLots(this.$store.state.lbsId); // TODO: 临时写死
|
|
|
console.log(res);
|
|
|
let reg = /[;;]/g;
|
|
|
- this.description = res.description.replace(reg, '\r\n').replace(/\r\n/g, '<br/>');
|
|
|
+ this.description = res.description.replace(reg, '\r\n').replace(/\r\n/g, '<br/>').replace(/\n/g, '<br/>');
|
|
|
this.supportUnlicensed = res.supportUnlicensed || false
|
|
|
const carList = uni.getStorageSync('carList');
|
|
|
if (carList) {
|