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

---
 pages/cusbar/video/video.vue   |    2 +-
 pages/kitchen/KitchenVideo.vue |    2 +-
 pages/cusbar/cart/cartList.vue |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pages/cusbar/cart/cartList.vue b/pages/cusbar/cart/cartList.vue
index 9fc0744..a2a46ea 100644
--- a/pages/cusbar/cart/cartList.vue
+++ b/pages/cusbar/cart/cartList.vue
@@ -270,9 +270,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/cusbar/video/video.vue b/pages/cusbar/video/video.vue
index 135f47c..e5d6cdd 100644
--- a/pages/cusbar/video/video.vue
+++ b/pages/cusbar/video/video.vue
@@ -327,9 +327,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/kitchen/KitchenVideo.vue b/pages/kitchen/KitchenVideo.vue
index a1367b0..5a4aae7 100644
--- a/pages/kitchen/KitchenVideo.vue
+++ b/pages/kitchen/KitchenVideo.vue
@@ -410,9 +410,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