Merge branch 'feature/GFRS-451【0312】电投添加双录提示' into dev

This commit is contained in:
阳华祥
2020-03-05 11:19:03 +08:00

View File

@@ -285,6 +285,7 @@ export default {
methods: { methods: {
// 初始化 // 初始化
async init() { async init() {
localStorage.doubleRecordFlag = false
if (this.isWeixin) { if (this.isWeixin) {
if (this.$route.query.airSign) { if (this.$route.query.airSign) {
sessionStorage.setItem('airSign', this.$route.query.airSign) sessionStorage.setItem('airSign', this.$route.query.airSign)