Commit 06c3402733b475eb45a6b836d6ea181c263f9fbc

Authored by yvan.ni
1 parent 609f70af

首页打一下日志

Showing 1 changed file with 5 additions and 1 deletions
pages/index/index/index.js
@@ -79,6 +79,8 @@ Page({ @@ -79,6 +79,8 @@ Page({
79 }, 79 },
80 80
81 onLoad: async function(tt) { 81 onLoad: async function(tt) {
  82 + console.log("进入首页-------------");
  83 + console.log(tt);
82 84
83 var th = this; 85 var th = this;
84 var first_leader=tt.first_leader; 86 var first_leader=tt.first_leader;
@@ -584,7 +586,9 @@ Page({ @@ -584,7 +586,9 @@ Page({
584 var url="/pages/index/index/index"; 586 var url="/pages/index/index/index";
585 if(getApp().globalData.user_id){ 587 if(getApp().globalData.user_id){
586 url+="&first_leader="+getApp().globalData.user_id; 588 url+="&first_leader="+getApp().globalData.user_id;
587 - } 589 + }
  590 + console.log("---首页---分享--");
  591 + console.log(url);
588 var ob={ 592 var ob={
589 title: getApp().globalData.config.store_name, 593 title: getApp().globalData.config.store_name,
590 path:url, 594 path:url,