电话
13363039260
根据SQL查询条件返回对应的充值记录分页列表,用循环输出。参数说明:page_size: 每页显示条数,int类型page_index: 当前页码,int类型strwhere: SQL查询语句totalcount: 记录总数,out参数,int类型get_user_recharge_list(page_size, pa......
根据SQL查询条件返回对应的余额明细分页列表,用循环输出。参数说明:page_size: 每页显示条数,int类型page_index: 当前页码,int类型strwhere: SQL查询语句totalcount: 记录总数,out参数,int类型get_user_amount_list(page_size, page......
根据SQL查询条件返回对应的积分明细分页列表,用循环输出。参数说明:page_size: 每页显示条数,int类型page_index: 当前页码,int类型strwhere: SQL查询语句totalcount: 记录总数,out参数,int类型get_user_point_list(page_size, page_......
适用于在会员模板页面根据用户名显示头像。参数说明:user_name: 用户名,string类型get_user_avatar(user_name)<!--示例:显示用户名为test的头像--><imgsrc="<%=get_user_avatar("test")%......