From efd2f8bb0856bdbcac265a5a28d70b2d155a9522 Mon Sep 17 00:00:00 2001
From: zhangmeng <1810979988@qq.com>
Date: Tue, 18 Apr 2023 18:48:48 +0800
Subject: [PATCH] 兑换时改成只输入卡号,不验证密码

---
 plugins/exchange/views/code/index.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/plugins/exchange/views/code/index.php b/plugins/exchange/views/code/index.php
index c2e9849..135d1bc 100644
--- a/plugins/exchange/views/code/index.php
+++ b/plugins/exchange/views/code/index.php
@@ -439,7 +439,7 @@
                 }).then(e => {
                     that.loading = false;
                     if (e.data.code == 0) {
-                        that.code = that.keyword;
+                        that.form.keyword = e.data.list.code;
                         that.card_no = that.cardKeyword;
                         that.form.rewards = e.data.list.rewards;
                         that.form.mode = e.data.list.mode;

--
Gitblit v1.8.0