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:{list:[]},onLoad:function(t){},onShow:function(){this.getHelpList()},getHelpList:function(){var a=this;t._get("wxapp/help",{},(function(t){a.setData(t.data)}))}});