二次开发源码 借贷系统uniapp/借贷认证系统/小额信贷系统/工薪贷APP/资金贷系统h5
前端:UNIAPP
 后端:ThinkPHP
 数据库: Mysql
 前端使用的uniapp 可以打包APP H5 小程序
系统提供了完善的网络借贷体系,为金融中介平台提供从获客到贷后管理全流程服务,解决了借贷手续繁琐、流程缓慢等问题
 此源码为运营中版本,具有极高稳定性,防注入,防攻击,修复全部已知后门漏洞
 仅供学习演示、二次开发专用,禁止一切违法行为的利用!
<template><view><view class="pd40"><view class="flex center ft14 text-main">可提现金额(元)</view><view class="flex center mt30 ft36 ftw600 text-default">¥{{qbMoney}}</view><view class="flex center mt40"><view><view @click="storeAct" class="btn-money flex center alcenter ft18 text-w ftw600">充值</view></view><view @click="withdrawAct" class="ml30"><view class="btn-withdraw bg-w flex center alcenter ft18 text-main ftw600">提现</view></view></view></view><view class="mt40 unio2o-money" v-if="showMoneyStatus == 1"><view class="flex alcenter  pd30"><text class="iconfont iconicon_balance_des ft20"></text><text class="ft18 ftw600 text-default ml20">余额明细</text></view><view class="line"></view><view class="pd30"><view v-for="(item,index) in moneylog"><view class="pb30"><view><view class="flex space"><view><view class="ft18 text-default">余额变动</view><view class="ft14 text-notice mt20">{{item.add_time}}</view></view><view><view class="ft18 text-default text-right ftw600">¥{{item.money}}</view><view class="ft14 text-info mt20 text-right ftw500" v-if="item.istatus == 0 & item.bz == 1">充值审核中</view><view class="ft14 text-info mt20 text-right ftw500" v-if="item.istatus == 1 & item.bz == 1">充值审核通过</view><view class="ft14 text-info mt20 text-right ftw500" v-if="item.istatus == 2 & item.bz == 1">充值审核驳回</view><view class="ft14 text-info mt20 text-right ftw500" v-if="item.istatus == 0 & item.bz == 2">提现中</view><view class="ft14 text-info mt20 text-right ftw500" v-if="item.istatus == 1 & item.bz == 2">提现审核通过</view><view class="ft14 text-info mt20 text-right ftw500" v-if="item.istatus == 2 & item.bz == 2">提现审核驳回</view><view class="ft14 text-info mt20 text-right ftw500" v-if="item.istatus == 3">款项下放钱包</view></view></view></view><view class="line mt30"></view></view></view></view></view><unio2o-modal @closed="storeBindAlert = false" title="选择充值方式" :show="storeBindAlert"><view class="pd30"><view class="flex pd20"><view class="ft16 ftw500 text-info">支付方式</view><picker class="ml40 yzm-code showList" @change="bindPickerChangeRelation" :value="bankindex" :range="bankList"><view class="uni-input">{{bankList[bankindex]}}</view></picker></view><view class="mt30"><button @click="showTips" class="btn-main ft18 text-w">充值</button></view><view class="mt30"><button @click="recharegeAct" class="btn-main ft18 text-w">已充值上传凭证</button></view></view></unio2o-modal><unio2o-model-middle @closed="plusContactAlert = false" :title="title" :show="plusContactAlert"><view class="pd30" v-if="bankindex == 0"><view class="bdr16"><view class="flex space alcenter mt50 ft14"><text class="text-info">收款银行:</text><text class="text-main">{{paybank}}</text></view><view class="flex space alcenter mt50 ft14"><text class="text-info">收款人</text><text class="text-main">{{payname}}</text></view><view class="flex space alcenter mt50 ft14"><text class="text-info">收款账户</text><text class="text-main">{{paysn}}</text></view><view class="flex space alcenter mt50 ft14"><text class="text-info">说明</text><text class="text-main">{{paysm}}</text></view></view></view><view class="pd30" v-if="bankindex == 1"><view class="bdr16"><view class="flex space alcenter mt50 ft14 center"><image class="member-face" :src="zfbcodes"></image></view><view class="flex space alcenter mt50 ft14 center showSomeTips">手机用户可截图二维码到手机中<br />在支付宝扫一扫中选择 相册 即可</view></view></view><view class="pd30" v-if="bankindex == 2"><view class="bdr16"><view class="flex space alcenter mt50 ft14 center"><image class="member-face" :src="wxcodes"></image></view><view class="flex space alcenter mt50 ft14 center showSomeTips">手机用户可截图二维码到手机中<br />在微信扫一扫中选择 相册 即可</view></view></view></unio2o-model-middle><unio2o-model-middle @closed="recharegeAlert = false" :title="title" :show="recharegeAlert"><view class="pd30"><view class="flex pd20"><view class="ft16 ftw500 text-info show_align">支付方式:</view><picker class="ml40 yzm-code showList" @change="bindPickerChangeRelation" :value="bankindex" :range="bankList"><view class="uni-input">{{bankList[bankindex]}}</view></picker></view><view class="pd20 flex alcenter"><view class="ft16 ftw500 text-info for_money show_align">充值金额:</view><input class="ml40" maxlength="11" name="jine" v-model="jine" type="number" placeholder="输入充值金额" /></view><view class="pd20 col3 text-center"><view class="ft14 text-info mt20"><image class="member-face" @click="upload($event)" :src="showUploadImg"></image></view><view class="text-default p_font">上传充值转账转账记录截图</view></view><view class="pd20"><button @click="submit" class="btn-main ft18 text-w">提交</button></view></view></unio2o-model-middle><unio2o-model-middle @closed="withdrawAlert = false" title="钱包取现" :show="withdrawAlert"><view class="pd30"><view class="pd20 flex alcenter"><view class="ft16 ftw500 text-info for_money show_align show_align_sepc">可提现金额:</view><input class="ml40" disabled="true" maxlength="11" name="widthdrawAmount" v-model="widthdrawAmount" type="number" placeholder="输入取现金额" /></view><view class="pd20 mt20"><button @click="withdrawSubmit" class="btn-main ft18 text-w">提交</button><button @click="withdrawDelete" class="btn-main ft18 text-w mt20">取消</button></view></view></unio2o-model-middle><unio2o-coupon-alert :readTitle="readTitle" :readContent="readContent" v-if="isStatus == 1"></unio2o-coupon-alert><unio2o-footer :selectIndex="3"></unio2o-footer></view>
</template>
 
提现详情界面代码
<template><view><view class="pd40" v-if="isSshow == 1"><view class="box-shadow bdr16 pd30 bg-w mb60"><view class="flex"><view class="showAll"><view class="ft16 text-main order ftw600 mb20">{{loanOrder.oid}}</view><view class="flex space alcenter mt20 showWidth"><view class="showOne pt10 pb10"><view class="ft16 text-info mb10">借款总额</view><view class="ft18 ftw600 text-main">¥{{loanOrder.money}}</view></view><view class="showOne pt10 pb10"><view class="ft16 text-info mb10">钱包余额</view><view class="ft18 ftw600 text-main">¥{{qbmoney}}</view></view></view></view>	</view></view><view class="flex center mt30"><navigator url="/pages/member/money/recharge"><view class="btn-money flex center alcenter ft18 text-w">每期应还<br />¥{{nowbillmoney}}</view></navigator><navigator class="ml30" url="/pages/member/money/withdraw"><view class="btn-money flex center alcenter ft18 text-w">剩余结算<br />¥{{remainSum}}</view></navigator></view></view><view class="mt30 unio2o-money" v-if="isSshow == 1"><view class="flex alcenter  pd30"><text class="ft18 ftw600 text-default ml20">共 {{loanOrder.time}} 期 剩余还款:¥{{remainSum}}</text></view><view class="line"></view><view class="pd30"><view><view class="pb30" v-for="(item,index) in billList"><navigator><view class="flex space"><view><view class="ft18 text-default">{{item.repayment_time}}</view><view class="ft14 text-notice mt20">第 {{item.billnum}} 期</view></view><view><view class="ft18 text-default text-right ftw600">¥{{item.money + item.interest}}</view><view class="ft14 text-info mt20 text-right ftw500"><view class="showOne pt10 pb10"><view @click="showBackTop" class="ft16 text-info mb10 back_action">还款</view></view></view></view></view></navigator><view class="line mt30"></view></view></view></view></view><unio2o-footer :selectIndex="3"></unio2o-footer></view>
</template>
 
前端界面
 
 
 
 提现界面代码:
<template><view><view class="plr60 login-box"><view class="box-shadow pd30 bg-w bdr16 mt50"><view class="pt10 flex alcenter"><view class="ft16 ftw500 text-info show_align">提现金额</view></view><view class="pt40 mb40 flex alcenter"><view class="ft16 ftw500 text-info show_align show_align_auto">¥</view><input class="ml15" maxlength="20" name="widthdrawAmount" v-model="widthdrawAmount" type="number" disabled="true" placeholder="请输入提现金额" /></view><view class="line mt40 mb120"></view><view class="mt20 flex alcenter"><text class="ft14 text-notice">到账银行:</text><text class="ft14 text-theme spec-title-color">{{bankname}}({{bankcard}})</text></view></view><button @click="withdrawSubmit" class="btn-main mt40 ft18 text-w">确认提现</button></view><unio2o-footer :selectIndex="3"></unio2o-footer></view>
</template>
 
后台管理界面

 
 
 
 
 
 
相关文章:
二次开发源码 借贷系统uniapp/借贷认证系统/小额信贷系统/工薪贷APP/资金贷系统h5
前端:UNIAPP 后端:ThinkPHP 数据库: Mysql 前端使用的uniapp 可以打包APP H5 小程序 系统提供了完善的网络借贷体系,为金融中介平台提供从获客到贷后管理全流程服务,解决了借贷手续繁琐、流程缓慢等问题 此源码为运营…...
LG 选择 Flutter 来增强其智能电视操作系统 webOS
可以这个话题会让大多数人困惑,2024 年了为什么还会冒出 webOS 这种老古董?然后 LG 为什么选择 webOS ?现在为什么又选择 Flutter ? 其实早在 Google I/O 发布 Flutter 3.22 版本的时候,就提到了 LG 选择 Flutter 来增…...
[ACM独立出版] 2024年虚拟现实、图像和信号处理国际学术会议(VRISP 2024,8月2日-4)
2024年虚拟现实、图像和信号处理国际学术会议(VRISP 2024)将于2024年8月2-4日在中国厦门召开。 VRISP 2024将围绕“虚拟现实、图像和信号处理”的最新研究领域,为来自国内外高等院校、科学研究所、企事业单位的专家、教授、学者、工程师等提供…...
ASP.NET Core中创建中间件的几种方式
前言 今天我们一起来盘点一下在ASP.NET Core应用程序中添加和创建中间件常见的四种方式。 中间件介绍 ASP.NET Core中间件(Middleware)是用于处理HTTP请求和响应的组件,它们被安排在请求处理管道中,并按顺序执行。中间件的设计是为…...
Atcoder ABC351 A-E 题解
A: 打卡题 题目描述 一中队和二中队正在进行一场棒球比赛,一中队是第一棒。 目前,比赛已进行到第九局上半,第九局下半即将开始。 一中队在 第i局 (1 < i < 9) 上半场得到了 Ai 分,二中队在 第j局 (1 < j < 8) 下…...
【终极指南】从零开始征服机器学习:初学者的黄金路线图
踏入机器学习的世界,对许多初学者而言,无疑是一场既兴奋又略带忐忑的冒险。尤其对于那些非数学或计算机专业背景的同学,或是已经在职场打拼的朋友们,寻找一条适合自己的入门路径,显得尤为重要。鉴于此,本文…...
MongoDB自学笔记(三)
一、前文回顾 上一篇文章中我们学习了更新操作,以及讲解了部分的更新操作符,今天我们继续学习剩余的更新操作符。 二、更新操作符 1、$rename 语法:{ $rename: { < field1 >: < newName1 >, < field2 >: < newName2…...
编程中的智慧之设计模式三
深入探索设计模式:实际应用和优化策略 在前两篇文章中,我们详细探讨了创建型模式、结构型模式、行为模式和架构模式的基本概念及其在Java中的实现。在本文中,我们将进一步探讨如何在实际项目中应用和优化这些模式,尤其是如何在大…...
《YOLOv10改进实战专栏》专栏介绍 专栏目录
《YOLOv10改进实战专栏》介绍及目录 YOLOv10官方仓库地址 专栏地址:点击跳转 专栏导航如下: 🎀基础入门篇🎀 万字长文,小白新手怎么开始做YOLO实验,从零开始教!整体思路在这里,科研指…...
Python酷库之旅-第三方库Pandas(030)
目录 一、用法精讲 79、pandas.Series.dtype属性 79-1、语法 79-2、参数 79-3、功能 79-4、返回值 79-5、说明 79-6、用法 79-6-1、数据准备 79-6-2、代码示例 79-6-3、结果输出 80、pandas.Series.shape属性 80-1、语法 80-2、参数 80-3、功能 80-4、返回值 …...
神经网络中的激活函数举例,它们各自的特点,以及哪个激活函数效果更好,为什么
sigmoid: \(\sigma(x)1/(1e^{-x})\); 优:将数值压缩到 0 1,导数为 \(\sigma(x)(1-\sigma(x))\) 好算。劣:输出均值非0(0.5),梯度消失(Gradient vanishing)每次…...
【树莓派3B+】控制引脚输出高低电平
前言一、安装RPI.GPIO库二、编写简单的输出高低电平的程序三、运行程序总结 前言 首先检查一下自己的板子有没有带库 我这个是有的。 ok,正式进入步骤 一、安装RPI.GPIO库 如果还没有安装RPi.GPIO库,可以通过以下命令在树莓派上安装: p…...
【Redis7】高阶篇
1 Redis单线程 VS 多线程(入门篇) 1.1 面试题 redis到底是单线程还是多线程? IO多路复用听说过吗? redis为什么快? 1.2 Redis为什么选择单线程? 1.2.1 是什么 这种问法其实并不严谨,为啥这么说呢? Redis的版本…...
在学习使用LabVIEW的过程中,需要注意哪些问题?
在学习使用LabVIEW的过程中,需要注意以下问题: 1. 基础知识 图形化编程思维: LabVIEW采用图形化编程方式,与传统的文本编程语言有很大不同,需要适应这种新的编程思维方式。数据流概念: 理解LabVIEW的核心数…...
网络编程-TCP/IP
网络概述 网络采用分而治之的方法设计,将网络的功能划分为不同的模块,以分层的形式有机组合在一起。 每层实现不同的功能,其内部实现方法对外部其他层次来说是透明的。每层向上层提供服务,同时使用下层提供的服务 网络体系结构…...
php在服务器上部署可视化运维工具详细列表
如果你的项目很小,可以用宝塔。但对于并发大的服务器管理,选择适合的工具非常重要。 目录 以下是一些免费且适合高并发管理的服务器管理工具推荐: 1Panel: Portainer: Webmin: Cockpit: …...
Linux中的文件夹作用
在Linux系统中,每个目录都有其特定的用途,下面我用大白话来解释一下各个主要目录的作用: / (根目录):这是Linux文件系统的起点,所有其他目录都是从这里延伸出去的。你可以把它想象成你家里的门厅,所有房间的…...
【C++】C++中的assign函数详解
目录 一.assign函数是什么 二.assign函数怎么用 一.assign函数是什么 在C中, assign 是 std::string 类的一个成员函数,用于给字符串对象赋值,可以替换字符串对象中的内容为另一个字符串或字符串的一部分。 std::string 的 assign 函…...
Hadoop3:MR程序的数据倾斜问题处理
一、数据倾斜 什么是数据倾斜? 学过Redis集群的都知道数据倾斜这个问题。 就是大量数据,分配不均匀的现象。 二、MR数据倾斜 1、怎么判断出现数据倾斜? 数据频率倾斜——某一个区域的数据量要远远大于其他区域。 数据大小倾斜——部分记…...
Mojo 编程语言简介
Mojo 是一种新兴的编程语言,旨在结合 Python 的易用性与 C 的高性能,特别是面向高性能计算、机器学习和系统编程等领域。Mojo 的设计目标是提供一种既具备高级语言灵活性,又能够高效运行的编程工具。 主要特性 高性能:通过高级编…...
观成科技:隐蔽隧道工具Ligolo-ng加密流量分析
1.工具介绍 Ligolo-ng是一款由go编写的高效隧道工具,该工具基于TUN接口实现其功能,利用反向TCP/TLS连接建立一条隐蔽的通信信道,支持使用Let’s Encrypt自动生成证书。Ligolo-ng的通信隐蔽性体现在其支持多种连接方式,适应复杂网…...
C++实现分布式网络通信框架RPC(3)--rpc调用端
目录 一、前言 二、UserServiceRpc_Stub 三、 CallMethod方法的重写 头文件 实现 四、rpc调用端的调用 实现 五、 google::protobuf::RpcController *controller 头文件 实现 六、总结 一、前言 在前边的文章中,我们已经大致实现了rpc服务端的各项功能代…...
Linux链表操作全解析
Linux C语言链表深度解析与实战技巧 一、链表基础概念与内核链表优势1.1 为什么使用链表?1.2 Linux 内核链表与用户态链表的区别 二、内核链表结构与宏解析常用宏/函数 三、内核链表的优点四、用户态链表示例五、双向循环链表在内核中的实现优势5.1 插入效率5.2 安全…...
Swift 协议扩展精进之路:解决 CoreData 托管实体子类的类型不匹配问题(下)
概述 在 Swift 开发语言中,各位秃头小码农们可以充分利用语法本身所带来的便利去劈荆斩棘。我们还可以恣意利用泛型、协议关联类型和协议扩展来进一步简化和优化我们复杂的代码需求。 不过,在涉及到多个子类派生于基类进行多态模拟的场景下,…...
条件运算符
C中的三目运算符(也称条件运算符,英文:ternary operator)是一种简洁的条件选择语句,语法如下: 条件表达式 ? 表达式1 : 表达式2• 如果“条件表达式”为true,则整个表达式的结果为“表达式1”…...
c++ 面试题(1)-----深度优先搜索(DFS)实现
操作系统:ubuntu22.04 IDE:Visual Studio Code 编程语言:C11 题目描述 地上有一个 m 行 n 列的方格,从坐标 [0,0] 起始。一个机器人可以从某一格移动到上下左右四个格子,但不能进入行坐标和列坐标的数位之和大于 k 的格子。 例…...
【RockeMQ】第2节|RocketMQ快速实战以及核⼼概念详解(二)
升级Dledger高可用集群 一、主从架构的不足与Dledger的定位 主从架构缺陷 数据备份依赖Slave节点,但无自动故障转移能力,Master宕机后需人工切换,期间消息可能无法读取。Slave仅存储数据,无法主动升级为Master响应请求ÿ…...
k8s业务程序联调工具-KtConnect
概述 原理 工具作用是建立了一个从本地到集群的单向VPN,根据VPN原理,打通两个内网必然需要借助一个公共中继节点,ktconnect工具巧妙的利用k8s原生的portforward能力,简化了建立连接的过程,apiserver间接起到了中继节…...
关键领域软件测试的突围之路:如何破解安全与效率的平衡难题
在数字化浪潮席卷全球的今天,软件系统已成为国家关键领域的核心战斗力。不同于普通商业软件,这些承载着国家安全使命的软件系统面临着前所未有的质量挑战——如何在确保绝对安全的前提下,实现高效测试与快速迭代?这一命题正考验着…...
QT3D学习笔记——圆台、圆锥
类名作用Qt3DWindow3D渲染窗口容器QEntity场景中的实体(对象或容器)QCamera控制观察视角QPointLight点光源QConeMesh圆锥几何网格QTransform控制实体的位置/旋转/缩放QPhongMaterialPhong光照材质(定义颜色、反光等)QFirstPersonC…...
