From acb8ae772cf3012738a826daa5e467fbc90d7b80 Mon Sep 17 00:00:00 2001 From: duan <1004387497@qq.com> Date: Wed, 8 Jan 2025 15:39:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=98=E6=AC=BE=E6=9C=AA?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- me/detail/detailIOS.nvue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/me/detail/detailIOS.nvue b/me/detail/detailIOS.nvue index 8ef4374..e096628 100644 --- a/me/detail/detailIOS.nvue +++ b/me/detail/detailIOS.nvue @@ -154,7 +154,7 @@ {{countPrice*scale}}金币解锁整部视频 - + {{countPrice}}元解锁单集视频 @@ -370,6 +370,7 @@ scale: 1, paddingBottom: '0', isShowMoneyPay: true, + isWxIosPay: true, }; }, computed: { @@ -504,6 +505,8 @@ }); }, onLoad(e) { + //在苹果系统微信小程序是否开启支付 + this.isWxIosPay = uni.getStorageSync('isWxIosPay'); let that = this //是开启整部购买 this.zhengbu = uni.getStorageSync('zhengbu') ? uni.getStorageSync('zhengbu') : '否'