二次開發源碼 借貸系統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>

后臺管理界面

在這里插入圖片描述
在這里插入圖片描述
在這里插入圖片描述
在這里插入圖片描述
在這里插入圖片描述
在這里插入圖片描述
在這里插入圖片描述

本文來自互聯網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。
如若轉載,請注明出處:http://www.pswp.cn/web/44866.shtml
繁體地址,請注明出處:http://hk.pswp.cn/web/44866.shtml
英文地址,請注明出處:http://en.pswp.cn/web/44866.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

ES6操作符使用總結

最近做新項目時候用到了ES6 添加的一些運算符&#xff0c;使用起來很方便&#xff0c;簡化了代碼&#xff0c;增強了代碼容錯性。使用感不錯&#xff0c;下面做了總結&#xff0c;本文也會持續維護。 1. !!props.useDefaultColor 這個技巧的作用是將任何 JavaScript 值轉換為…

管理Linux本地用戶和組

什么是用戶 用戶賬戶在可以運行命令的不同人員和程序之間提供安全界限。 在Linux系統中&#xff0c;系統通過分配唯一的標識號&#xff08;用戶ID或UID&#xff09;來區分不同的用戶帳戶。 在Linux系統中&#xff0c;用戶帳戶有以下三種主要類型&#xff1a; 超級用戶 負責…

分布式一致性算法:Raft學習

分布式一致性算法&#xff1a;Raft學習 1 什么是分布式系統&#xff1f; 分布式系統是由一組通過網絡進行通信、為了完成共同的任務而協調工作的計算機節點組成的系統。這些節點可能位于不同的物理位置&#xff0c;但它們協同工作以提供一個統一的計算平臺或服務。分布式系統…

對于復雜的數學模型,怎樣利用 MATLAB 的優化工具箱進行準確的參數估計和模型擬合?

要利用MATLAB的優化工具箱進行準確的參數估計和模型擬合&#xff0c;可以按照以下步驟進行&#xff1a; 定義模型&#xff1a;根據問題的需求和數學模型的形式&#xff0c;定義好模型的數學表達式。 收集數據&#xff1a;收集實際觀測數據&#xff0c;這些數據將用于擬合模型和…

Ubuntu linux安裝新版本go

加速網站&#xff1a;GOPROXY.IO - A Global Proxy for Go Modules 下載地址&#xff1a;All releases - The Go Programming Language Ubuntu jammy版本里面自帶的go版本較低&#xff0c;build ollama的時候報錯&#xff0c;于是升級go 升級操作 從上面下載地址找到自己需…

25秋招面試算法題 (Go版本)

文章目錄 科大訊飛 0713找01不能出現太多 科大訊飛 0713 找01 牛牛擁有一個長度為 n 的01 串&#xff0c;現在他想知道&#xff0c;對于每個字符&#xff0c;在它前面的最近的不同字符的下標是多少&#xff1f; 輸入描述 本題為多組測試數據&#xff0c;第一行輸入一個正整…

代碼隨想錄第五十五天打卡

42. 接雨水 接雨水這道題目是 面試中特別高頻的一道題&#xff0c;也是單調棧 應用的題目&#xff0c;大家好好做做。 建議是掌握 雙指針 和單調棧&#xff0c;因為在面試中 寫出單調棧可能 有點難度&#xff0c;但雙指針思路更直接一些。 在時間緊張的情況有&#xff0c;能寫出…

Unity中一鍵生成具有身體感知的虛擬人物動作

在虛擬現實(VR)和增強現實(AR)的浪潮中&#xff0c;如何讓虛擬人物的動作更加自然、真實&#xff0c;已經成為一個重要課題。AI4Animation項目&#xff0c;一個由 Sebastian Starke 主導的開源框架&#xff0c;為Unity開發者提供了強大的工具集&#xff0c;以實現這一目標。本文…

OrangePi AIpro在安防領域的深思和實戰(曠視科技CNN模型ShuffleNetV1開發案例測試)

一、前言 公司最近有個項目是安防領域的&#xff0c;主要用在邊緣結點&#xff0c;雖然已做成形&#xff0c;但是還是存在一些缺陷&#xff0c;例如&#xff1a;算力問題&#xff0c;開發板的成熟問題&#xff0c;已經各種技術的解決方案落地問題。目前我們集成了很多功能&…

Facebook 開源計算機視覺 (CV) 和 增強現實 (AR) 框架 Ocean

Ocean 是一個獨立于平臺的框架&#xff0c;支持所有主要操作系統&#xff0c;包括 iOS、Android、Quest、macOS、Windows 和 Linux。它旨在徹底改變計算機視覺和混合現實應用程序的開發。 Ocean 主要使用 C 編寫&#xff0c;包括計算機視覺、幾何、媒體處理、網絡和渲染&#x…

python中的pickle模塊和json模塊

目錄 pickle: Python 中的pickle 是一個內置模塊&#xff0c;用于序列化和反序列化 Python 對象結構。序列化是將對象轉換成字節流的過程&#xff0c;這樣對象就可以被存儲到文件中或者通過網絡傳輸。反序列化則是將這些字節流重新轉換成原始對象的過程。 json: json模塊是 …

實現多層感知機

目錄 多層感知機&#xff1a; 介紹&#xff1a; 代碼實現&#xff1a; 運行結果&#xff1a; 問題答疑&#xff1a; 線性變換與非線性變換 參數含義 為什么清除梯度&#xff1f; 反向傳播的作用 為什么更新權重&#xff1f; 多層感知機&#xff1a; 介紹&#xff1a;…

taocms 3.0.1 本地文件泄露漏洞(CVE-2021-44983)

前言 CVE-2021-44983 是一個影響 taoCMS 3.0.1 的遠程代碼執行&#xff08;RCE&#xff09;漏洞。該漏洞允許攻擊者通過上傳惡意文件并在服務器上執行任意代碼來利用這一安全缺陷。 漏洞描述 taoCMS 是一個內容管理系統&#xff08;CMS&#xff09;&#xff0c;用于創建和管…

持續集成的自動化之旅:Gradle在CI中的配置秘籍

持續集成的自動化之旅&#xff1a;Gradle在CI中的配置秘籍 引言 持續集成&#xff08;Continuous Integration, CI&#xff09;是現代軟件開發中的一項基礎實踐&#xff0c;它通過自動化的構建和測試流程來提高軟件質量和開發效率。Gradle作為一個靈活的構建工具&#xff0c;…

【眼疾病識別】圖像識別+深度學習技術+人工智能+卷積神經網絡算法+計算機課設+Python+TensorFlow

一、項目介紹 眼疾識別系統&#xff0c;使用Python作為主要編程語言進行開發&#xff0c;基于深度學習等技術使用TensorFlow搭建ResNet50卷積神經網絡算法&#xff0c;通過對眼疾圖片4種數據集進行訓練&#xff08;‘白內障’, ‘糖尿病性視網膜病變’, ‘青光眼’, ‘正常’&…

jenkins系列-05-jenkins構建golang程序

下載go1.20.2.linux-arm64.tar.gz 并存放到jenkins home目錄&#xff1a; 寫一個golang demo程序&#xff1a;靜態文件服務器&#xff1a;https://gitee.com/jelex/jenkins_golang package mainimport ("encoding/base64""flag""fmt""lo…

window下安裝go環境

一、go官網下載安裝包 官網地址如下&#xff1a;https://golang.google.cn/dl/ 選擇對應系統的安裝包&#xff0c;這里是window系統&#xff0c;可以選擇zip包&#xff0c;下載完解壓就可以使用 二、配置環境變量 這里的截圖配置以win11為例 我的文件解壓目錄是 D:\Software…

力扣32.最長有效括號

力扣32.最長有效括號 class Solution {public:int longestValidParentheses(string s) {int n s.size();int res0;int start -1;vector<int> st;for(int i0;i<n;i){if(s[i] ()st.push_back(i);else{//前面沒有( , (開啟下一段)下一段的開始更新為當前下標if(st.emp…

機器學習和人工智能在農業的應用——案例分析

作者主頁: 知孤云出岫 目錄 引言機器學習和人工智能在農業的應用1. 精準農業作物健康監測土壤分析 2. 作物產量預測3. 農業機器人自動化播種和收割智能灌溉 4. 農業市場分析價格預測需求預測 機器學習和人工智能帶來的變革1. 提高生產效率2. 降低生產成本3. 提升作物產量和質量…

Elsaticsearch java基本操作

索引 基本操作 package com.orchids.elasticsearch.web.controller;import cn.hutool.core.collection.CollUtil; import cn.hutool.json.JSONUtil; import com.orchids.elasticsearch.web.po.User; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOpe…