From ef61312d19075a72a86e6e114e095d057f31e00b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E8=8B=B1=E4=B8=9C?= <18765552107@163.com> Date: Sun, 5 Jan 2025 09:09:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A6=B4=E8=8E=B2=E6=9E=9C=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jiuyi2/pages/index/durian.vue | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/jiuyi2/pages/index/durian.vue b/jiuyi2/pages/index/durian.vue index ee726d25..6403ef3b 100644 --- a/jiuyi2/pages/index/durian.vue +++ b/jiuyi2/pages/index/durian.vue @@ -165,21 +165,18 @@ api.durian.consume({ data: { - // - properties: { // 交易对方的用户id targetUserId: form.targetUserId, // 交易类型 transactionType: 10, // 榴莲果交易数量 fruitAmount: form.fruitAmount, - }, - // 对方姓名 - name: `${form.first}${form.name}`, - // 对方账号 - account: form.account, - // 二级密码 - secondPassword: ev, + // 对方姓名 + name: `${form.first}${form.name}`, + // 对方账号 + account: form.account, + // 二级密码 + secondPassword: ev } }).then(rs => { if (rs.code === 200) {