From d5059305e7260cfc6a78db374df531d6b6a52836 Mon Sep 17 00:00:00 2001 From: GaoHao <1210693421@qq.com> Date: Thu, 26 Dec 2024 20:35:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E9=94=81=E8=A7=86=E9=A2=91=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- me/detail/detail.nvue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/me/detail/detail.nvue b/me/detail/detail.nvue index 2dbc432..133d615 100644 --- a/me/detail/detail.nvue +++ b/me/detail/detail.nvue @@ -133,7 +133,7 @@ - + @@ -1039,17 +1039,18 @@ } }, + popupPyaClose() { + this.isOrder = true + }, /** * @param {Object} type 类型 * 1:购买整部视频 * 2:购买单集视频 */ payVideo(type, num) { - console.log(this.isOrder) if(!this.isOrder){ return; } - console.log(1) this.isOrder = false if (uni.getStorageSync('token')) { this.submitPay(type, num) @@ -1155,6 +1156,7 @@ }, //关闭购买弹窗 closePay() { + console.log(1) this.$refs.popupPya.close() }, //选择播放