From 686092cb975d49b46315ab81de04d1c251dd02ad Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Tue, 11 Jun 2024 10:44:20 +0800 Subject: [PATCH] add --- pages/gift/index.vue | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/pages/gift/index.vue b/pages/gift/index.vue index b6a34e5..f9ee5c9 100644 --- a/pages/gift/index.vue +++ b/pages/gift/index.vue @@ -32,10 +32,10 @@ 注意事项: - 1、充值后帐户的金额不能提现,可用于消费使用 + 1、购买礼包后的账户金额不能提现,可用于消费使用 - 2、账户充值出现问题可联系平台客服,也可拨打平台客服咨询热线4008888888 + 2、购买礼包出现问题可联系平台客服,也可拨打平台客服咨询热线08302669767 @@ -74,6 +74,12 @@ } const submit = () => { + // #ifdef H5 + return uni.$u.toast('当前环境不支持微信支付'); + // #endif + + if (money.value < 300) return uni.$u.toast('最低购买300元'); + // #ifndef H5 rechargeApi({ price: money.value }).then(res => { @@ -109,6 +115,10 @@ } }) }) + + // #endif + + } const getUser = () => {