From e1e694369dabf557615669ce2f71e9af70277ff6 Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Wed, 07 Jan 2026 13:56:32 +0800
Subject: [PATCH] 1
---
src/views/modules/user/mang-fix-update-message.vue | 88 ++++++++++++++++++++++++--------------------
1 files changed, 48 insertions(+), 40 deletions(-)
diff --git a/src/views/modules/user/mang-fix-update-message.vue b/src/views/modules/user/mang-fix-update-message.vue
index 975acb8..25216bb 100644
--- a/src/views/modules/user/mang-fix-update-message.vue
+++ b/src/views/modules/user/mang-fix-update-message.vue
@@ -78,7 +78,7 @@
placeholder="请输入用户重置资金密码"
></el-input>
</el-form-item>
- <el-form-item
+ <!-- <el-form-item
v-if="
isShow == 1 ||
isShow == 8 ||
@@ -96,8 +96,8 @@
v-model="dataForm.safePassword"
placeholder="请输入登录人资金密码"
></el-input>
- </el-form-item>
- <el-form-item
+ </el-form-item> -->
+ <!-- <el-form-item
v-if="isShow == 8 || isShow == 7 || isShow == 9 || isShow == 10"
label="登录人谷歌验证器"
prop="googleAuthCode"
@@ -108,7 +108,7 @@
v-model="dataForm.googleAuthCode"
placeholder="请输入登录人谷歌验证码"
></el-input>
- </el-form-item>
+ </el-form-item> -->
<el-form-item
v-if="isShow == 6"
label="限制流水"
@@ -169,8 +169,8 @@
userId: "",
dataForm: {
moneyRevise: "", //账变金额
- safePassword: "", //登录人资金密码
- googleAuthCode: "", //登录人谷歌验证器
+ // safePassword: "", //登录人资金密码
+ // googleAuthCode: "", //登录人谷歌验证器
newSafeword: "", //新资金密码
withdrawLimitAmount: "", //限制提现流水
password: "",
@@ -190,20 +190,28 @@
optionsTwo: [
{
value: "usdt",
- label: "usdt",
+ label: "USD",
},
{
- value: "btc",
- label: "btc",
+ value: "eur",
+ label: "EUR",
},
{
- value: "eth",
- label: "eth",
+ value: "gbp",
+ label: "GBP",
},
- {
- value: "usdc",
- label: "usdc",
- },
+ // {
+ // value: "btc",
+ // label: "btc",
+ // },
+ // {
+ // value: "eth",
+ // label: "eth",
+ // },
+ // {
+ // value: "usdc",
+ // label: "usdc",
+ // },
],
dataRule: {
password: [
@@ -216,20 +224,20 @@
{ required: true, message: "账变金额不能为空", trigger: "blur" },
{ validator: vaBignumber, trigger: "blur" },
],
- safePassword: [
- {
- required: true,
- message: "登录人资金密码不能为空",
- trigger: "blur",
- },
- ],
- googleAuthCode: [
- {
- required: true,
- message: "登录人谷歌验证码不能为空",
- trigger: "blur",
- },
- ],
+ // safePassword: [
+ // {
+ // required: true,
+ // message: "登录人资金密码不能为空",
+ // trigger: "blur",
+ // },
+ // ],
+ // googleAuthCode: [
+ // {
+ // required: true,
+ // message: "登录人谷歌验证码不能为空",
+ // trigger: "blur",
+ // },
+ // ],
newPassword: [
{ required: true, message: "新密码不能为空", trigger: "blur" },
],
@@ -289,8 +297,8 @@
// this.row = "";
this.dataForm = {
moneyRevise: "", //账变金额
- safePassword: "", //登录人资金密码
- googleAuthCode: "", //登录人谷歌验证器
+ // safePassword: "", //登录人资金密码
+ // googleAuthCode: "", //登录人谷歌验证器
newSafeword: "", //新资金密码
withdrawLimitAmount: "", //限制提现流水
password: "",
@@ -313,7 +321,7 @@
},
// 表单提交
dataFormSubmit: Debounce(function () {
- console.log(this.dataForm.safePassword);
+ // console.log(this.dataForm.safePassword);
this.$refs["dataForm"].validate((valid) => {
if (valid) {
if (this.isShow == 1) {
@@ -325,7 +333,7 @@
moneyRevise: this.dataForm.moneyRevise,
coinType: this.optionsTwo.value,
accountType: this.options.value,
- safePassword: encrypt(this.dataForm.safePassword),
+ // safePassword: encrypt(this.dataForm.safePassword),
userId: this.userId,
}),
}).then(({ data }) => {
@@ -384,8 +392,8 @@
url: this.$http.adornUrl("/user/restLoginPasswrod"),
method: "post",
data: this.$http.adornData({
- googleAuthCode: this.dataForm.googleAuthCode,
- loginSafeword: encrypt(this.dataForm.safePassword),
+ // googleAuthCode: this.dataForm.googleAuthCode,
+ // loginSafeword: encrypt(this.dataForm.safePassword),
password: encrypt(this.dataForm.password),
userId: this.userId,
}),
@@ -415,8 +423,8 @@
url: this.$http.adornUrl("/user/restSafePassword"),
method: "post",
data: this.$http.adornData({
- googleAuthCode: this.dataForm.googleAuthCode,
- loginSafeword: encrypt(this.dataForm.safePassword),
+ // googleAuthCode: this.dataForm.googleAuthCode,
+ // loginSafeword: encrypt(this.dataForm.safePassword),
newSafeword: encrypt(this.dataForm.newSafeword),
userId: this.userId,
}),
@@ -475,8 +483,8 @@
url: this.$http.adornUrl("/user/resetUserLoginState"),
method: "post",
data: this.$http.adornData({
- loginSafeword: encrypt(this.dataForm.safePassword),
- googleAuthCode: this.dataForm.googleAuthCode,
+ // loginSafeword: encrypt(this.dataForm.safePassword),
+ // googleAuthCode: this.dataForm.googleAuthCode,
userId: this.userId,
}),
}).then(({ data }) => {
@@ -505,7 +513,7 @@
url: this.$http.adornUrl("/user/resetExchange"),
method: "post",
data: this.$http.adornData({
- loginSafeword: encrypt(this.dataForm.safePassword),
+ // loginSafeword: encrypt(this.dataForm.safePassword),
id: this.userId,
changeType: "change",
moneyRevise: this.dataForm.moneyRevise,
--
Gitblit v1.9.3