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 +-
 pages/commodity-square/commoditySquare.vue |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/commodity-square/commoditySquare.vue b/pages/commodity-square/commoditySquare.vue
index e7e24fd..0b5de17 100644
--- a/pages/commodity-square/commoditySquare.vue
+++ b/pages/commodity-square/commoditySquare.vue
@@ -441,9 +441,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)
 			}
 		  })		
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