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) {