删除服务器升级选择微信支付时的冗余提示

This commit is contained in:
jingrow 2025-07-31 04:37:11 +08:00
parent 64bfb46b98
commit 9fa007e3f8

View File

@ -481,8 +481,6 @@ export default {
this.paymentQrCode = response.payment_url;
this.paymentQrCodeImage = response.qr_code_image;
toast.success('请使用微信扫码支付');
//
this.startPaymentCheck();
},