From 227f92b9d419c6a479c8ab6d3b51551c5c6a6a97 Mon Sep 17 00:00:00 2001 From: woody Date: Sat, 9 Aug 2025 11:00:15 +0800 Subject: [PATCH] feat(pay): isRecharge --- pages/pay/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/pay/index.vue b/pages/pay/index.vue index 4cc6eeb..1295210 100644 --- a/pages/pay/index.vue +++ b/pages/pay/index.vue @@ -764,7 +764,7 @@ export default { ) this.pkCountry = uni.getStorageSync('pkCountry') if (this.paramsPost.isRecharge) { - this.ifcz = this.paramsPost.ifcz + this.ifcz = this.paramsPost.isRecharge this.businessType = 3 uni.setNavigationBarTitle({ title: '充值',