From 06c3402733b475eb45a6b836d6ea181c263f9fbc Mon Sep 17 00:00:00 2001 From: yvan.ni Date: Sat, 10 Apr 2021 16:42:12 +0800 Subject: [PATCH] 首页打一下日志 --- pages/index/index/index.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pages/index/index/index.js b/pages/index/index/index.js index 7bb9f71..4488c7d 100644 --- a/pages/index/index/index.js +++ b/pages/index/index/index.js @@ -79,6 +79,8 @@ Page({ }, onLoad: async function(tt) { + console.log("进入首页-------------"); + console.log(tt); var th = this; var first_leader=tt.first_leader; @@ -584,7 +586,9 @@ Page({ var url="/pages/index/index/index"; if(getApp().globalData.user_id){ url+="&first_leader="+getApp().globalData.user_id; - } + } + console.log("---首页---分享--"); + console.log(url); var ob={ title: getApp().globalData.config.store_name, path:url, -- libgit2 0.21.4