This commit is contained in:
2024-08-22 12:47:21 +08:00
commit dedb40f497
373 changed files with 5393 additions and 0 deletions

View File

@@ -0,0 +1 @@
var t=getApp();Page({data:{data:[]},onLoad:function(t){},onShow:function(){this.getYonghuList()},getYonghuList:function(a){var o=this;t._get("user/getyonghulist",{},(function(t){t.data.list.length&&wx.pageScrollTo({scrollTop:0}),o.setData({data:t.data.list})}))}});