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