From c39a4d98401379683919ca118213d5f900310901 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Tue, 14 Jan 2025 11:41:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=94=AF=E4=BB=98=E5=90=8E?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E6=8A=BD=E5=A5=96token=E8=A2=AB=E6=B8=85?= =?UTF-8?q?=E9=99=A4=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/video/detail.nvue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/video/detail.nvue b/pages/video/detail.nvue index 6e45b17..f4289d9 100644 --- a/pages/video/detail.nvue +++ b/pages/video/detail.nvue @@ -80,7 +80,7 @@ console.log(drawRes); const nobuyCourseId = uni.getStorageSync('nobuyCourseId') const item = state.list.find(v => v.courseId == nobuyCourseId) - uni.clearStorageSync('nobuyCourseId') + uni.removeStorageSync('nobuyCourseId') if (drawRes.count * 1 > 0 && nobuyCourseId !== null && nobuyCourseId !== undefined && item .videoUrl) { uni.navigateTo({