榴莲果首页
This commit is contained in:
parent
538d243657
commit
ef61312d19
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue