diff --git a/packageA/pages/distribution/myteam/myteam.js b/packageA/pages/distribution/myteam/myteam.js index 39bc012..582a165 100644 --- a/packageA/pages/distribution/myteam/myteam.js +++ b/packageA/pages/distribution/myteam/myteam.js @@ -83,6 +83,7 @@ Page({ store_id: app.globalData.setting.stoid, user_id: app.globalData.user_id, level: 1, + isall: 1, }); }; @@ -149,6 +150,7 @@ Page({ store_id: app.globalData.setting.stoid, user_id: app.globalData.user_id, level: th.data.currentTabIndex + 1, + isall: 1 }); }, @@ -176,6 +178,7 @@ Page({ store_id: app.globalData.setting.stoid, user_id: app.globalData.user_id, level: currentIndex + 1, + isall: 1 }); }, diff --git a/packageA/pages/distribution/myteam/myteam.wxml b/packageA/pages/distribution/myteam/myteam.wxml index 1493a50..8b4ddb5 100644 --- a/packageA/pages/distribution/myteam/myteam.wxml +++ b/packageA/pages/distribution/myteam/myteam.wxml @@ -9,7 +9,11 @@ - {{item.nickname}} + + {{item.nickname}} + 分销会员 + 普通会员 + {{filter.format_time(item.reg_time)}}