diff --git a/src/views/lawEnforcement/retrospect/retrospectDetail.vue b/src/views/lawEnforcement/retrospect/retrospectDetail.vue index 4d79803d..b4904dd5 100644 --- a/src/views/lawEnforcement/retrospect/retrospectDetail.vue +++ b/src/views/lawEnforcement/retrospect/retrospectDetail.vue @@ -25,8 +25,7 @@
{{scanLink}}
- -
+
@@ -106,8 +105,8 @@ watch: { $route (to, from ) { // 监听路由变化, 实现类似 小程序的 onShow 事件 + console.log(to.path) if (to.path === '/lawEnforcement/retrospectDetail') { - console.log(this.scanLink) // do anything you want if (Cookies.get('scanLink')){ this.scanLink = Cookies.get('scanLink');