feat: 流水完成
This commit is contained in:
@@ -72,7 +72,8 @@ export default {
|
||||
// 跳转到详情
|
||||
jumpBonus(item) {
|
||||
uni.navigateTo({
|
||||
url: "/pages/mine_package/mine_purse_log/mine_purse_log?category=" + item.categoty + "&lockId=" + item.lockId + "&curId=" + item.curId,
|
||||
url: "/pages/mine_package/mine_purse_log/mine_purse_log?category=" + item.categoty + "&lockId=" + item.lockId + "&curId=" + item.curId + "&preId=" + item.preId,
|
||||
|
||||
})
|
||||
},
|
||||
// 查询余额
|
||||
@@ -92,6 +93,7 @@ export default {
|
||||
if (type === "withdraw") {// 提现
|
||||
uni.navigateTo({
|
||||
url: "/pages/mine_package/mine_purse_bonus_withdraw/mine_purse_bonus_withdraw?amount=" + row.curAmount + "&category=" + row.categoty,
|
||||
|
||||
})
|
||||
} else if (type === "recharge") {// 充值
|
||||
uni.navigateTo({
|
||||
|
||||
Reference in New Issue
Block a user