Browse Source

去掉多余代码

lex 2 năm trước cách đây
mục cha
commit
62564121ac
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      src/views/music/album-detail/index.tsx

+ 0 - 3
src/views/music/album-detail/index.tsx

@@ -222,9 +222,6 @@ export default defineComponent({
         activityId = res.data.activityId || 0
         shareDiscount.value = res.data.discount || 0
       }
-
-      shareDiscount.value = 1
-      activityId = 1053
       shareUrl.value = `${location.origin}/teacher#/shareAblum?id=${id}&recomUserId=${userId}&activityId=${activityId}&userType=${state.platformType}`
       console.log(shareUrl.value, 'shareUrl')
       shareStatus.value = true