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/tabbar/user/my.vue | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/pages/tabbar/user/my.vue b/pages/tabbar/user/my.vue
index f4f3e1e..7e56634 100644
--- a/pages/tabbar/user/my.vue
+++ b/pages/tabbar/user/my.vue
@@ -174,6 +174,7 @@
};
},
onLoad(option) {
+ this.actionParam.pageParams = JSON.stringify(option)
console.log('-----------鍒嗕韩鍑虹殑鏁版嵁---------->', option)
let shareStoreId = null;
let shareTime = null;
@@ -221,10 +222,10 @@
param.pageStatus = "LEAVE"
userAction(param)
},
- onLoad(options) {
- this.actionParam.pageParams = JSON.stringify(options)
- this.initCOS()
- },
+ // onLoad(options) {
+ //
+ // this.initCOS()
+ // },
onShow() {
getSessionId().then(res=>{
this.pageSessionNo = res.data.data
--
Gitblit v1.8.0