feat: 流水完成

This commit is contained in:
2025-08-14 20:44:04 +08:00
parent 2ff5cc2146
commit 94a7dc3149
3 changed files with 165 additions and 69 deletions
+3 -1
View File
@@ -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({