From 547eb371cf674023626a24e2961c4014962f817a Mon Sep 17 00:00:00 2001 From: chen <2659004835@qq.com> Date: Mon, 7 Mar 2022 16:41:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E6=94=AF=E4=BB=98=E6=96=B9?= =?UTF-8?q?=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagesA/getReadyDan/getReadyDan.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pagesA/getReadyDan/getReadyDan.vue b/pagesA/getReadyDan/getReadyDan.vue index 0abd3ac..e44b8b6 100644 --- a/pagesA/getReadyDan/getReadyDan.vue +++ b/pagesA/getReadyDan/getReadyDan.vue @@ -273,7 +273,7 @@ this.isCurrent = 1; } // wechat=微信支付;coin=孔雀币;hybrid=混合支付 - this.payType = uni.getStorageSync('payType'); + this.payType = uni.getStorageSync('payType'); // this.payType = 'hybrid'; if(this.payType=='wechat') { this.payFS = [{title:'微信支付',isActive:true,num:0}]