|
@@ -108,6 +108,15 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
async mounted() {
|
|
|
+ console.log(1111111);
|
|
|
+ setTimeout(() => {
|
|
|
+ window?.toWXSendMsg({
|
|
|
+ type: 'nowRoute',
|
|
|
+ options: {
|
|
|
+ fullPath: '1'
|
|
|
+ },
|
|
|
+ });
|
|
|
+ }, 100);
|
|
|
setTimeout(() => {
|
|
|
uni.setNavigationBarTitle({
|
|
|
title: '停车缴费',
|
|
@@ -663,7 +672,7 @@ export default {
|
|
|
// 记录buildingId,确保 buildingId 是最新的数据
|
|
|
window.localStorage.setItem('buildingId', qrCodesres.buildingId);
|
|
|
// 如果是无牌车扫码:出场
|
|
|
- console.log('模拟出场', this.unlicensedInfo.type);
|
|
|
+ // console.log('模拟出场', this.unlicensedInfo.type);
|
|
|
this.$store.commit('cachedViews/DEL_CACHED_VIEW', {
|
|
|
name: 'parkingFeeDetail',
|
|
|
});
|