From 29851d845f4ab768c78724ab870ecec4ce28c32b Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期五, 24 十月 2025 11:42:30 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/user_action' into user_action

---
 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