2112
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user