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