Commit fe6213720ffa8a2ae976f5722ed0d74e4e7532bb

Authored by yvan.ni
1 parent 4941c73f

小程序首页的功能,获取导购分享的会员

Showing 1 changed file with 2 additions and 2 deletions
pages/index/index/index.js
... ... @@ -80,8 +80,8 @@ Page({
80 80 onLoad: async function(tt) {
81 81 var th = this;
82 82 var first_leader=tt.first_leader;
83   - if(!first_leader && t.scene){
84   - first_leader= decodeURIComponent(t.scene);
  83 + if(!first_leader && tt.scene){
  84 + first_leader= decodeURIComponent(tt.scene);
85 85 }
86 86  
87 87 if(first_leader){
... ...