修复支付后跳转抽奖token被清除问题

This commit is contained in:
2025-01-14 11:41:11 +08:00
parent 8622f3c4de
commit c39a4d9840

View File

@@ -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({