This commit is contained in:
bobobobo
2026-02-05 00:34:36 +08:00
parent 737d8e9a69
commit 23d079761e
5 changed files with 461 additions and 28 deletions

View File

@@ -102,18 +102,17 @@
<ActionSheet v-model="isShowCoGuestSheet" :title="coGuestSheetTitle" :itemList="coGuestSheetItems"
@select="onCoGuestSheetSelect" />
<SharePopup
<share-popup
v-model:show="shareDialog"
:id="currentLive.liveId"
:text="currentLive.liveName"
:cover="currentLive.coverUrl"
:userLiveData="currentLive.liveOwner"
type="1"
></SharePopup>
></share-popup>
</template>
<script setup lang="ts">
import SharePopup from '@/components/share-popup/share-popup.vue'
import { imDataEndLive, getLiveActivityDetail, getLiveActivityRecord } from '@/api/tui-kit'
import { onLoad } from '@dcloudio/uni-app';
import { ref, onMounted, computed, onUnmounted, watch, nextTick } from 'vue';