From e6c8da7b6e4270cb1353f3fd8cd799c02ca97c77 Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期二, 30 九月 2025 22:47:07 +0800
Subject: [PATCH] 埋点调整

---
 pages/health/healthVideo.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pages/health/healthVideo.vue b/pages/health/healthVideo.vue
index 0283f4e..fd691c3 100644
--- a/pages/health/healthVideo.vue
+++ b/pages/health/healthVideo.vue
@@ -376,9 +376,9 @@
   onShow() {
 	  getSessionId().then(res=>{
 		this.pageSessionNo = res.data.data
+		this.actionParam.sessionId = this.pageSessionNo
 		if(this.pageSessionNo){
 		let	param = Object.assign({}, this.actionParam);
-			param.sessionId = this.pageSessionNo
 			userAction(param)
 		}
 	  })	

--
Gitblit v1.8.0