Explorar o código

活动中进入报告增加时间戳

jwyu %!s(int64=3) %!d(string=hai) anos
pai
achega
2b4d8dd9ec
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      pages-activity/reportDetail.vue

+ 2 - 1
pages-activity/reportDetail.vue

@@ -13,7 +13,8 @@ export default {
 
         const eventChannel = this.getOpenerEventChannel()
         eventChannel.on('webUrl', (data)=> {
-            this.url=`${data.url}&token=${this.$store.state.user.token}`
+            const timestamp=new Date().getTime()
+            this.url=`${data.url}&token=${this.$store.state.user.token}&timestamp=${timestamp}`
         })
     }
 }