From 15c83db6f7bb06bc6f415243a3d4b56fb65d9cbb Mon Sep 17 00:00:00 2001 From: duan <1004387497@qq.com> Date: Sat, 1 Mar 2025 14:57:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9isalipay0=E4=B8=BA1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/me/withdraw/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/me/withdraw/index.vue b/pages/me/withdraw/index.vue index e5ad526..dbb7799 100644 --- a/pages/me/withdraw/index.vue +++ b/pages/me/withdraw/index.vue @@ -214,7 +214,7 @@ if (data.money) { withdraw({ amount: data.money, - isAlipay: 0 + isAlipay: 1 }).then(res => { data.money = '' uni.setStorageSync('adRewardedNum', 0)