From a1bde7bdd85d7cc8632ab169e42570b631571d6f Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期二, 30 九月 2025 11:43:11 +0800
Subject: [PATCH] 商品行为分析

---
 pages/order/myOrder.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pages/order/myOrder.vue b/pages/order/myOrder.vue
index ac40f47..16219d8 100644
--- a/pages/order/myOrder.vue
+++ b/pages/order/myOrder.vue
@@ -177,7 +177,7 @@
               </view>
 				<view style="display: flex;justify-content: space-around;">
 					<view class="" @click="callPhone">
-						 瀹㈡湇鐑嚎: 028-84472936
+						 瀹㈡湇鐑嚎: 19980834650
 					</view>
 					<view class="" @click="copyToClipboard">
 						 瀹㈡湇寰俊: meiyikuang
@@ -369,14 +369,14 @@
     // this.loadData(this.status);
   },
   onUnload() {
-    let	param = this.actionParam;
+    let	param = Object.assign({}, this.actionParam);
     if (this.sendOnShow)return
     param.pageStatus = "LEAVE"
     userAction(param)
   },
   onHide() {
     this.startHidenTime = Date.now()
-    let	param = this.actionParam;
+    let	param = Object.assign({}, this.actionParam);
     this.sendOnShow = true;
     param.pageStatus = "LEAVE"
     userAction(param)
@@ -385,7 +385,7 @@
 	  getSessionId().then(res=>{
 	  	this.pageSessionNo = res.data.data
 	  	if(this.pageSessionNo){
-	  	let	param = this.actionParam;
+	  	let	param = Object.assign({}, this.actionParam);
 	  		param.sessionId = this.pageSessionNo
 	  		userAction(param)
 	  	}
@@ -444,7 +444,7 @@
 		  	success(e) {
 		  		if(e.confirm){
 		  			uni.makePhoneCall({
-		  				phoneNumber:'028-84472936'
+		  				phoneNumber:'19980834650'
 		  			})
 		  		}
 		  	}

--
Gitblit v1.8.0